#B01A37

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

Shades of Cardinal #B01A37

Tints of Cardinal #B01A37

Color information

#B01A37 (or 0xB01A37) is unknown color: approx Cardinal. HEX triplet: B0, 1A and 37. RGB value is (176,26,55). Sum of RGB (Red+Green+Blue) = 176+26+55=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A37 is #4FE5C8. Grayscale: #4A4A4A. Windows color (decimal): -5236169 or 3611312. OLE color: 3611312.

HSL color Cylindrical-coordinate representation of color #B01A37: hue angle of 348.4º degrees, saturation: 0.74, 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 #B01A37 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1762655-
CMYK00.850.690.31
HSL348.4º74.26%39.61%-
HSV(B)348.4º85.23%69.02%-
XYZ18.9610.244.59-
YUV74.16117.2200.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.48%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=68.48%
G=10.12%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176265500.850.690.31348.474.2639.61
HexB01A37055451F15c4a28
Octal260326701251053753411250
Binary1011000011010110111010101011000101111111010111001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01A37; }

 p { color: rgb(176,26,55); }

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

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

 a { background-color: rgb(176,26,55); }

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

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

 span { border-color: rgb(176,26,55); }

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