#C32232

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

Shades of Cardinal #C32232

Tints of Cardinal #C32232

Color information

#C32232 (or 0xC32232) is unknown color: approx Cardinal. HEX triplet: C3, 22 and 32. RGB value is (195,34,50). Sum of RGB (Red+Green+Blue) = 195+34+50=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C32232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32232 is #3CDDCD. Grayscale: #545454. Windows color (decimal): -3988942 or 3285699. OLE color: 3285699.

HSL color Cylindrical-coordinate representation of color #C32232: hue angle of 354.04º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32232 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB1953450-
CMYK00.830.740.24
HSL354.04º70.31%44.9%-
HSV(B)354.04º82.56%76.47%-
XYZ23.6512.984.28-
YUV83.96108.84207.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.89%
GREEN value IS 34 (13.67% from 255) = 12.19%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=69.89%
G=12.19%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195345000.830.740.24354.0470.3144.9
HexC322320534A18162462d
Octal303426201231123054210655
Binary11000011100010110010010100111001010110001011000101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32232; }

 p { color: rgb(195,34,50); }

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

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

 a { background-color: rgb(195,34,50); }

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

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

 span { border-color: rgb(195,34,50); }

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