#C4113B

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

Shades of Cardinal #C4113B

Tints of Cardinal #C4113B

Color information

#C4113B (or 0xC4113B) is unknown color: approx Cardinal. HEX triplet: C4, 11 and 3B. RGB value is (196,17,59). Sum of RGB (Red+Green+Blue) = 196+17+59=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C4113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4113B is #3BEEC4. Grayscale: #4B4B4B. Windows color (decimal): -3927749 or 3871172. OLE color: 3871172.

HSL color Cylindrical-coordinate representation of color #C4113B: hue angle of 345.92º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4113B is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1961759-
CMYK00.910.700.23
HSL345.92º84.04%41.76%-
HSV(B)345.92º91.33%76.86%-
XYZ23.7512.455.29-
YUV75.31118.8214.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 72.06%
GREEN value IS 17 (7.03% from 255) = 6.25%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=72.06%
G=6.25%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196175900.910.700.23345.9284.0441.76
HexC4113B05B461715a542a
Octal304217301331062753212452
Binary1100010010001111011010110111000110101111010110101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4113B; }

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

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

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

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

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

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

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

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