#C01C32

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

Shades of Cardinal #C01C32

Tints of Cardinal #C01C32

Color information

#C01C32 (or 0xC01C32) is unknown color: approx Cardinal. HEX triplet: C0, 1C and 32. RGB value is (192,28,50). Sum of RGB (Red+Green+Blue) = 192+28+50=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C32 is #3FE3CD. Grayscale: #4F4F4F. Windows color (decimal): -4187086 or 3284160. OLE color: 3284160.

HSL color Cylindrical-coordinate representation of color #C01C32: hue angle of 351.95º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C32 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1922850-
CMYK00.850.740.25
HSL351.95º74.55%43.14%-
HSV(B)351.95º85.42%75.29%-
XYZ22.7312.274.19-
YUV79.54111.33208.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.11%
GREEN value IS 28 (11.33% from 255) = 10.37%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=71.11%
G=10.37%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192285000.850.740.25351.9574.5543.14
HexC01C320554A191604b2b
Octal300346201251123154011353
Binary1100000011100110010010101011001010110011011000001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01C32; }

 p { color: rgb(192,28,50); }

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

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

 a { background-color: rgb(192,28,50); }

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

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

 span { border-color: rgb(192,28,50); }

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