#C01736

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

Shades of Cardinal #C01736

Tints of Cardinal #C01736

Color information

#C01736 (or 0xC01736) is unknown color: approx Cardinal. HEX triplet: C0, 17 and 36. RGB value is (192,23,54). Sum of RGB (Red+Green+Blue) = 192+23+54=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C01736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01736 is #3FE8C9. Grayscale: #4D4D4D. Windows color (decimal): -4188362 or 3545024. OLE color: 3545024.

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

Color convert

RGB1922354-
CMYK00.880.720.25
HSL348.99º78.6%42.16%-
HSV(B)348.99º88.02%75.29%-
XYZ22.7112.094.63-
YUV77.07114.99209.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.38%
GREEN value IS 23 (9.38% from 255) = 8.55%
BLUE value IS 54 (21.48% from 255) = 20.07%
R=71.38%
G=8.55%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192235400.880.720.25348.9978.642.16
HexC01736058481915d4f2a
Octal300276601301103153511752
Binary1100000010111110110010110001001000110011010111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01736; }

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

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

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

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

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

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

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

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