#C40A33

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

Shades of Cardinal #C40A33

Tints of Cardinal #C40A33

Color information

#C40A33 (or 0xC40A33) is unknown color: approx Cardinal. HEX triplet: C4, 0A and 33. RGB value is (196,10,51). Sum of RGB (Red+Green+Blue) = 196+10+51=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A33 is #3BF5CC. Grayscale: #464646. Windows color (decimal): -3929549 or 3345092. OLE color: 3345092.

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

Color convert

RGB1961051-
CMYK00.950.740.23
HSL346.77º90.29%40.39%-
HSV(B)346.77º94.9%76.86%-
XYZ23.4712.194.25-
YUV70.29117.12217.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 76.26%
GREEN value IS 10 (4.30% from 255) = 3.89%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=76.26%
G=3.89%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196105100.950.740.23346.7790.2940.39
HexC4A3305F4A1715b5a28
Octal304126301371122753313250
Binary110001001010110011010111111001010101111010110111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40A33; }

 p { color: rgb(196,10,51); }

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

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

 a { background-color: rgb(196,10,51); }

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

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

 span { border-color: rgb(196,10,51); }

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