#B02835

Color #B02835 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B02835

Tints of Cardinal #B02835

Color information

#B02835 (or 0xB02835) is unknown color: approx Cardinal. HEX triplet: B0, 28 and 35. RGB value is (176,40,53). Sum of RGB (Red+Green+Blue) = 176+40+53=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B02835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02835 is #4FD7CA. Grayscale: #525252. Windows color (decimal): -5232587 or 3483824. OLE color: 3483824.

HSL color Cylindrical-coordinate representation of color #B02835: hue angle of 354.26º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02835 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1764053-
CMYK00.770.700.31
HSL354.26º62.96%42.35%-
HSV(B)354.26º77.27%69.02%-
XYZ19.31114.47-
YUV82.15111.56194.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 65.43%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=65.43%
G=14.87%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176405300.770.700.31354.2662.9642.35
HexB0283504D461F1623f2a
Octal26050650115106375427752
Binary1011000010100011010101001101100011011111101100010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02835; }

 p { color: rgb(176,40,53); }

 H1.HeaderClassName
 {
   color: #B02835;
 }
 .AnyTagClassName
 {
   color: #B02835;
 }
</style>
background-color css

<style>
 a { background-color: #B02835; }

 a { background-color: rgb(176,40,53); }

 div.DivClassName
 {
   background-color: #B02835;
 }
 .BgClassName
 {
   background-color: #B02835;
 }
</style>
border-color css

<style>
 span { border-color: #B02835; }

 span { border-color: rgb(176,40,53); }

 td.TdClassName
 {
   border-color: #B02835;
 }
 .TagClassName
 {
   border-color: #B02835;
 }
</style>