#B02130

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

Shades of Cardinal #B02130

Tints of Cardinal #B02130

Color information

#B02130 (or 0xB02130) is unknown color: approx Cardinal. HEX triplet: B0, 21 and 30. RGB value is (176,33,48). Sum of RGB (Red+Green+Blue) = 176+33+48=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B02130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02130 is #4FDECF. Grayscale: #4D4D4D. Windows color (decimal): -5234384 or 3154352. OLE color: 3154352.

HSL color Cylindrical-coordinate representation of color #B02130: hue angle of 353.71º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02130 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1763348-
CMYK00.810.730.31
HSL353.71º68.42%40.98%-
HSV(B)353.71º81.25%69.02%-
XYZ18.9810.533.83-
YUV77.47111.38198.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.48%
GREEN value IS 33 (13.28% from 255) = 12.84%
BLUE value IS 48 (19.14% from 255) = 18.68%
R=68.48%
G=12.84%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176334800.810.730.31353.7168.4240.98
HexB02130051491F1624429
Octal260416001211113754210451
Binary10110000100001110000010100011001001111111011000101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02130; }

 p { color: rgb(176,33,48); }

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

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

 a { background-color: rgb(176,33,48); }

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

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

 span { border-color: rgb(176,33,48); }

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