#C00539

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

Shades of Cardinal #C00539

Tints of Cardinal #C00539

Color information

#C00539 (or 0xC00539) is unknown color: approx Cardinal. HEX triplet: C0, 05 and 39. RGB value is (192,5,57). Sum of RGB (Red+Green+Blue) = 192+5+57=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C00539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00539 is #3FFAC6. Grayscale: #424242. Windows color (decimal): -4192967 or 3737024. OLE color: 3737024.

HSL color Cylindrical-coordinate representation of color #C00539: hue angle of 343.32º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00539 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB192557-
CMYK00.970.700.25
HSL343.32º94.92%38.63%-
HSV(B)343.32º97.4%75.29%-
XYZ22.5311.614.92-
YUV66.84122.45217.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 75.59%
GREEN value IS 5 (2.34% from 255) = 1.97%
BLUE value IS 57 (22.66% from 255) = 22.44%
R=75.59%
G=1.97%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19255700.970.700.25343.3294.9238.63
HexC053906146191575f27
Octal30057101411063152713747
Binary11000000101111001011000011000110110011010101111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00539; }

 p { color: rgb(192,5,57); }

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

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

 a { background-color: rgb(192,5,57); }

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

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

 span { border-color: rgb(192,5,57); }

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