#C02432

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

Shades of Cardinal #C02432

Tints of Cardinal #C02432

Color information

#C02432 (or 0xC02432) is unknown color: approx Cardinal. HEX triplet: C0, 24 and 32. RGB value is (192,36,50). Sum of RGB (Red+Green+Blue) = 192+36+50=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C02432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02432 is #3FDBCD. Grayscale: #545454. Windows color (decimal): -4185038 or 3286208. OLE color: 3286208.

HSL color Cylindrical-coordinate representation of color #C02432: hue angle of 354.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02432 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1923650-
CMYK00.810.740.25
HSL354.62º68.42%44.71%-
HSV(B)354.62º81.25%75.29%-
XYZ22.9412.74.26-
YUV84.24108.68204.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.06%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=69.06%
G=12.95%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192365000.810.740.25354.6268.4244.71
HexC024320514A19163442d
Octal300446201211123154310455
Binary11000000100100110010010100011001010110011011000111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02432; }

 p { color: rgb(192,36,50); }

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

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

 a { background-color: rgb(192,36,50); }

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

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

 span { border-color: rgb(192,36,50); }

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