#B01A47

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

Shades of Cardinal #B01A47

Tints of Cardinal #B01A47

Color information

#B01A47 (or 0xB01A47) is unknown color: approx Cardinal. HEX triplet: B0, 1A and 47. RGB value is (176,26,71). Sum of RGB (Red+Green+Blue) = 176+26+71=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A47 is #4FE5B8. Grayscale: #4B4B4B. Windows color (decimal): -5236153 or 4659888. OLE color: 4659888.

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

Color convert

RGB1762671-
CMYK00.850.600.31
HSL342º74.26%39.61%-
HSV(B)342º85.23%69.02%-
XYZ19.4110.426.95-
YUV75.98125.2199.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.47%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=64.47%
G=9.52%
B=26.01%

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
Decimal176267100.850.600.3134274.2639.61
HexB01A470553C1F1564a28
Octal260321070125743752611250
Binary1011000011010100011101010101111100111111010101101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01A47; }

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

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

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

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

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

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

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

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