#C4232C

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

Shades of Cardinal #C4232C

Tints of Cardinal #C4232C

Color information

#C4232C (or 0xC4232C) is unknown color: approx Cardinal. HEX triplet: C4, 23 and 2C. RGB value is (196,35,44). Sum of RGB (Red+Green+Blue) = 196+35+44=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4232C is #3BDCD3. Grayscale: #545454. Windows color (decimal): -3923156 or 2892740. OLE color: 2892740.

HSL color Cylindrical-coordinate representation of color #C4232C: hue angle of 356.65º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4232C is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB1963544-
CMYK00.820.780.23
HSL356.65º69.7%45.29%-
HSV(B)356.65º82.14%76.86%-
XYZ23.8213.123.66-
YUV84.16105.34207.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 71.27%
GREEN value IS 35 (14.06% from 255) = 12.73%
BLUE value IS 44 (17.58% from 255) = 16%
R=71.27%
G=12.73%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196354400.820.780.23356.6569.745.29
HexC4232C0524E17165462d
Octal304435401221162754510655
Binary11000100100011101100010100101001110101111011001011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4232C; }

 p { color: rgb(196,35,44); }

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

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

 a { background-color: rgb(196,35,44); }

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

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

 span { border-color: rgb(196,35,44); }

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