#C01636

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

Shades of Cardinal #C01636

Tints of Cardinal #C01636

Color information

#C01636 (or 0xC01636) is unknown color: approx Cardinal. HEX triplet: C0, 16 and 36. RGB value is (192,22,54). Sum of RGB (Red+Green+Blue) = 192+22+54=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C01636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01636 is #3FE9C9. Grayscale: #4C4C4C. Windows color (decimal): -4188618 or 3544768. OLE color: 3544768.

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

Color convert

RGB1922254-
CMYK00.890.720.25
HSL348.71º79.44%41.96%-
HSV(B)348.71º88.54%75.29%-
XYZ22.6912.054.62-
YUV76.48115.32210.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.64%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 54 (21.48% from 255) = 20.15%
R=71.64%
G=8.21%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192225400.890.720.25348.7179.4441.96
HexC01636059481915d4f2a
Octal300266601311103153511752
Binary1100000010110110110010110011001000110011010111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01636; }

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

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

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

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

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

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

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

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