#C4093D

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

Shades of Cardinal #C4093D

Tints of Cardinal #C4093D

Color information

#C4093D (or 0xC4093D) is unknown color: approx Cardinal. HEX triplet: C4, 09 and 3D. RGB value is (196,9,61). Sum of RGB (Red+Green+Blue) = 196+9+61=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C4093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4093D is #3BF6C2. Grayscale: #464646. Windows color (decimal): -3929795 or 4000196. OLE color: 4000196.

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

Color convert

RGB196961-
CMYK00.950.690.23
HSL343.32º91.22%40.2%-
HSV(B)343.32º95.41%76.86%-
XYZ23.712.275.53-
YUV70.84122.45217.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 73.68%
GREEN value IS 9 (3.91% from 255) = 3.38%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=73.68%
G=3.38%
B=22.93%

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
Decimal19696100.950.690.23343.3291.2240.2
HexC493D05F45171575b28
Octal304117501371052752713350
Binary110001001001111101010111111000101101111010101111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4093D; }

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

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

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

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

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

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

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

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