#C4232B

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

Shades of Cardinal #C4232B

Tints of Cardinal #C4232B

Color information

#C4232B (or 0xC4232B) is unknown color: approx Cardinal. HEX triplet: C4, 23 and 2B. RGB value is (196,35,43). Sum of RGB (Red+Green+Blue) = 196+35+43=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C4232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4232B is #3BDCD4. Grayscale: #545454. Windows color (decimal): -3923157 or 2827204. OLE color: 2827204.

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

Color convert

RGB1963543-
CMYK00.820.780.23
HSL357.02º69.7%45.29%-
HSV(B)357.02º82.14%76.86%-
XYZ23.813.113.56-
YUV84.05104.84207.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 71.53%
GREEN value IS 35 (14.06% from 255) = 12.77%
BLUE value IS 43 (17.19% from 255) = 15.69%
R=71.53%
G=12.77%
B=15.69%

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
Decimal196354300.820.780.23357.0269.745.29
HexC4232B0524E17165462d
Octal304435301221162754510655
Binary11000100100011101011010100101001110101111011001011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4232B; }

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

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

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

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

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

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

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

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