#C01436

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

Shades of Cardinal #C01436

Tints of Cardinal #C01436

Color information

#C01436 (or 0xC01436) is unknown color: approx Cardinal. HEX triplet: C0, 14 and 36. RGB value is (192,20,54). Sum of RGB (Red+Green+Blue) = 192+20+54=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C01436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01436 is #3FEBC9. Grayscale: #4B4B4B. Windows color (decimal): -4189130 or 3544256. OLE color: 3544256.

HSL color Cylindrical-coordinate representation of color #C01436: hue angle of 348.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01436 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1922054-
CMYK00.900.720.25
HSL348.14º81.13%41.57%-
HSV(B)348.14º89.58%75.29%-
XYZ22.6511.974.61-
YUV75.3115.98211.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 72.18%
GREEN value IS 20 (8.20% from 255) = 7.52%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=72.18%
G=7.52%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192205400.900.720.25348.1481.1341.57
HexC0143605A481915c512a
Octal300246601321103153412152
Binary1100000010100110110010110101001000110011010111001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01436; }

 p { color: rgb(192,20,54); }

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

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

 a { background-color: rgb(192,20,54); }

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

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

 span { border-color: rgb(192,20,54); }

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