#C4093C

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

Shades of Cardinal #C4093C

Tints of Cardinal #C4093C

Color information

#C4093C (or 0xC4093C) is unknown color: approx Cardinal. HEX triplet: C4, 09 and 3C. RGB value is (196,9,60). Sum of RGB (Red+Green+Blue) = 196+9+60=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C4093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4093C is #3BF6C3. Grayscale: #464646. Windows color (decimal): -3929796 or 3934660. OLE color: 3934660.

HSL color Cylindrical-coordinate representation of color #C4093C: hue angle of 343.64º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4093C is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB196960-
CMYK00.950.690.23
HSL343.64º91.22%40.2%-
HSV(B)343.64º95.41%76.86%-
XYZ23.6812.265.39-
YUV70.73121.95217.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 73.96%
GREEN value IS 9 (3.91% from 255) = 3.40%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=73.96%
G=3.40%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19696000.950.690.23343.6491.2240.2
HexC493C05F45171585b28
Octal304117401371052753013350
Binary110001001001111100010111111000101101111010110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4093C; }

 p { color: rgb(196,9,60); }

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

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

 a { background-color: rgb(196,9,60); }

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

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

 span { border-color: rgb(196,9,60); }

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