#C90C3C

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

Shades of Cardinal #C90C3C

Tints of Cardinal #C90C3C

Color information

#C90C3C (or 0xC90C3C) is unknown color: approx Cardinal. HEX triplet: C9, 0C and 3C. RGB value is (201,12,60). Sum of RGB (Red+Green+Blue) = 201+12+60=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C3C is #36F3C3. Grayscale: #494949. Windows color (decimal): -3601348 or 3935433. OLE color: 3935433.

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

Color convert

RGB2011260-
CMYK00.940.700.21
HSL344.76º88.73%41.76%-
HSV(B)344.76º94.03%78.82%-
XYZ25.0313.015.47-
YUV73.98120.12218.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 73.63%
GREEN value IS 12 (5.08% from 255) = 4.40%
BLUE value IS 60 (23.83% from 255) = 21.98%
R=73.63%
G=4.40%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201126000.940.700.21344.7688.7341.76
HexC9C3C05E4615159592a
Octal311147401361062553113152
Binary110010011100111100010111101000110101011010110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90C3C; }

 p { color: rgb(201,12,60); }

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

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

 a { background-color: rgb(201,12,60); }

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

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

 span { border-color: rgb(201,12,60); }

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