#B01832

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

Shades of Cardinal #B01832

Tints of Cardinal #B01832

Color information

#B01832 (or 0xB01832) is unknown color: approx Cardinal. HEX triplet: B0, 18 and 32. RGB value is (176,24,50). Sum of RGB (Red+Green+Blue) = 176+24+50=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B01832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01832 is #4FE7CD. Grayscale: #484848. Windows color (decimal): -5236686 or 3283120. OLE color: 3283120.

HSL color Cylindrical-coordinate representation of color #B01832: hue angle of 349.74º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01832 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1762450-
CMYK00.860.720.31
HSL349.74º76%39.22%-
HSV(B)349.74º86.36%69.02%-
XYZ18.8110.113.98-
YUV72.41115.36201.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.4%
GREEN value IS 24 (9.77% from 255) = 9.6%
BLUE value IS 50 (19.92% from 255) = 20%
R=70.4%
G=9.6%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176245000.860.720.31349.747639.22
HexB01832056481F15e4c27
Octal260306201261103753611447
Binary1011000011000110010010101101001000111111010111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01832; }

 p { color: rgb(176,24,50); }

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

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

 a { background-color: rgb(176,24,50); }

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

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

 span { border-color: rgb(176,24,50); }

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