#C32635

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

Shades of Cardinal #C32635

Tints of Cardinal #C32635

Color information

#C32635 (or 0xC32635) is unknown color: approx Cardinal. HEX triplet: C3, 26 and 35. RGB value is (195,38,53). Sum of RGB (Red+Green+Blue) = 195+38+53=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C32635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32635 is #3CD9CA. Grayscale: #565656. Windows color (decimal): -3987915 or 3483331. OLE color: 3483331.

HSL color Cylindrical-coordinate representation of color #C32635: hue angle of 354.27º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32635 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1953853-
CMYK00.810.730.24
HSL354.27º67.38%45.69%-
HSV(B)354.27º80.51%76.47%-
XYZ23.8413.254.67-
YUV86.65109.01205.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 68.18%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 53 (21.09% from 255) = 18.53%
R=68.18%
G=13.29%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195385300.810.730.24354.2767.3845.69
HexC326350514918162432e
Octal303466501211113054210356
Binary11000011100110110101010100011001001110001011000101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32635; }

 p { color: rgb(195,38,53); }

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

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

 a { background-color: rgb(195,38,53); }

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

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

 span { border-color: rgb(195,38,53); }

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