#C82532

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

Shades of Cardinal #C82532

Tints of Cardinal #C82532

Color information

#C82532 (or 0xC82532) is unknown color: approx Cardinal. HEX triplet: C8, 25 and 32. RGB value is (200,37,50). Sum of RGB (Red+Green+Blue) = 200+37+50=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C82532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82532 is #37DACD. Grayscale: #575757. Windows color (decimal): -3660494 or 3286472. OLE color: 3286472.

HSL color Cylindrical-coordinate representation of color #C82532: hue angle of 355.21º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82532 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB2003750-
CMYK00.820.750.22
HSL355.21º68.78%46.47%-
HSV(B)355.21º81.5%78.43%-
XYZ25.0613.834.37-
YUV87.22107208.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 69.69%
GREEN value IS 37 (14.84% from 255) = 12.89%
BLUE value IS 50 (19.92% from 255) = 17.42%
R=69.69%
G=12.89%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200375000.820.750.22355.2168.7846.47
HexC825320524B16163452e
Octal310456201221132654310556
Binary11001000100101110010010100101001011101101011000111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82532; }

 p { color: rgb(200,37,50); }

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

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

 a { background-color: rgb(200,37,50); }

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

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

 span { border-color: rgb(200,37,50); }

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