#CC0512

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

Shades of Venetian Red #CC0512

Tints of Venetian Red #CC0512

Color information

#CC0512 (or 0xCC0512) is unknown color: approx Venetian Red. HEX triplet: CC, 05 and 12. RGB value is (204,5,18). Sum of RGB (Red+Green+Blue) = 204+5+18=227 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.87% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0512 is #33FAED. Grayscale: #424242. Windows color (decimal): -3406574 or 1181132. OLE color: 1181132.

HSL color Cylindrical-coordinate representation of color #CC0512: hue angle of 356.08º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0512 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB204518-
CMYK00.980.910.2
HSL356.08º95.22%40.98%-
HSV(B)356.08º97.55%80%-
XYZ25.0712.991.76-
YUV65.98100.93226.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 89.87%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=89.87%
G=2.20%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20451800.980.910.2356.0895.2240.98
HexCC5120625B141645f29
Octal31452201421332454413751
Binary1100110010110010011000101011011101001011001001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0512; }

 p { color: rgb(204,5,18); }

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

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

 a { background-color: rgb(204,5,18); }

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

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

 span { border-color: rgb(204,5,18); }

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