#C40A3A

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

Shades of Cardinal #C40A3A

Tints of Cardinal #C40A3A

Color information

#C40A3A (or 0xC40A3A) is unknown color: approx Cardinal. HEX triplet: C4, 0A and 3A. RGB value is (196,10,58). Sum of RGB (Red+Green+Blue) = 196+10+58=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A3A is #3BF5C5. Grayscale: #474747. Windows color (decimal): -3929542 or 3803844. OLE color: 3803844.

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

Color convert

RGB1961058-
CMYK00.950.700.23
HSL344.52º90.29%40.39%-
HSV(B)344.52º94.9%76.86%-
XYZ23.6412.265.12-
YUV71.09120.62217.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 74.24%
GREEN value IS 10 (4.30% from 255) = 3.79%
BLUE value IS 58 (23.05% from 255) = 21.97%
R=74.24%
G=3.79%
B=21.97%

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
Decimal196105800.950.700.23344.5290.2940.39
HexC4A3A05F46171595a28
Octal304127201371062753113250
Binary110001001010111010010111111000110101111010110011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40A3A; }

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

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

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

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

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

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

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

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