#B01B47

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

Shades of Cardinal #B01B47

Tints of Cardinal #B01B47

Color information

#B01B47 (or 0xB01B47) is unknown color: approx Cardinal. HEX triplet: B0, 1B and 47. RGB value is (176,27,71). Sum of RGB (Red+Green+Blue) = 176+27+71=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01B47 is #4FE4B8. Grayscale: #4C4C4C. Windows color (decimal): -5235897 or 4660144. OLE color: 4660144.

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

Color convert

RGB1762771-
CMYK00.850.600.31
HSL342.28º73.4%39.8%-
HSV(B)342.28º84.66%69.02%-
XYZ19.4310.476.96-
YUV76.57124.86198.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.23%
GREEN value IS 27 (10.94% from 255) = 9.85%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=64.23%
G=9.85%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176277100.850.600.31342.2873.439.8
HexB01B470553C1F1564928
Octal260331070125743752611150
Binary1011000011011100011101010101111100111111010101101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01B47; }

 p { color: rgb(176,27,71); }

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

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

 a { background-color: rgb(176,27,71); }

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

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

 span { border-color: rgb(176,27,71); }

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