#C4093B

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

Shades of Cardinal #C4093B

Tints of Cardinal #C4093B

Color information

#C4093B (or 0xC4093B) is unknown color: approx Cardinal. HEX triplet: C4, 09 and 3B. RGB value is (196,9,59). Sum of RGB (Red+Green+Blue) = 196+9+59=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C4093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4093B is #3BF6C4. Grayscale: #464646. Windows color (decimal): -3929797 or 3869124. OLE color: 3869124.

HSL color Cylindrical-coordinate representation of color #C4093B: hue angle of 343.96º 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 #C4093B is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB196959-
CMYK00.950.700.23
HSL343.96º91.22%40.2%-
HSV(B)343.96º95.41%76.86%-
XYZ23.6512.255.25-
YUV70.61121.45217.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 74.24%
GREEN value IS 9 (3.91% from 255) = 3.41%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=74.24%
G=3.41%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19695900.950.700.23343.9691.2240.2
HexC493B05F46171585b28
Octal304117301371062753013350
Binary110001001001111011010111111000110101111010110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4093B; }

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

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

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

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

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

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

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

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