#C40A3B

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

Shades of Cardinal #C40A3B

Tints of Cardinal #C40A3B

Color information

#C40A3B (or 0xC40A3B) is unknown color: approx Cardinal. HEX triplet: C4, 0A and 3B. RGB value is (196,10,59). Sum of RGB (Red+Green+Blue) = 196+10+59=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A3B is #3BF5C4. Grayscale: #474747. Windows color (decimal): -3929541 or 3869380. OLE color: 3869380.

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

Color convert

RGB1961059-
CMYK00.950.700.23
HSL344.19º90.29%40.39%-
HSV(B)344.19º94.9%76.86%-
XYZ23.6612.275.26-
YUV71.2121.12217.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 73.96%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=73.96%
G=3.77%
B=22.26%

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
Decimal196105900.950.700.23344.1990.2940.39
HexC4A3B05F46171585a28
Octal304127301371062753013250
Binary110001001010111011010111111000110101111010110001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40A3B; }

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

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

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

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

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

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

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

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