#B00C44

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

Shades of Cardinal #B00C44

Tints of Cardinal #B00C44

Color information

#B00C44 (or 0xB00C44) is unknown color: approx Cardinal. HEX triplet: B0, 0C and 44. RGB value is (176,12,68). Sum of RGB (Red+Green+Blue) = 176+12+68=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C44 is #4FF3BB. Grayscale: #434343. Windows color (decimal): -5239740 or 4459696. OLE color: 4459696.

HSL color Cylindrical-coordinate representation of color #B00C44: hue angle of 339.51º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C44 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1761268-
CMYK00.930.610.31
HSL339.51º87.23%36.86%-
HSV(B)339.51º93.18%69.02%-
XYZ19.089.916.38-
YUV67.42128.33205.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.75%
GREEN value IS 12 (5.08% from 255) = 4.69%
BLUE value IS 68 (26.95% from 255) = 26.56%
R=68.75%
G=4.69%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176126800.930.610.31339.5187.2336.86
HexB0C4405D3D1F1545725
Octal260141040135753752412745
Binary101100001100100010001011101111101111111010101001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C44; }

 p { color: rgb(176,12,68); }

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

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

 a { background-color: rgb(176,12,68); }

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

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

 span { border-color: rgb(176,12,68); }

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