#CC000B

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

Shades of Venetian Red #CC000B

Tints of Venetian Red #CC000B

Color information

#CC000B (or 0xCC000B) is unknown color: approx Venetian Red. HEX triplet: CC, 00 and 0B. RGB value is (204,0,11). Sum of RGB (Red+Green+Blue) = 204+0+11=215 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.88% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 204 - color contains mainly: red. Hex color #CC000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC000B is #33FFF4. Grayscale: #3E3E3E. Windows color (decimal): -3407861 or 721100. OLE color: 721100.

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

Color convert

RGB204011-
CMYK010.950.2
HSL356.76º100%40%-
HSV(B)356.76º100%80%-
XYZ24.9612.861.48-
YUV62.2599.09229.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 94.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=94.88%
G=0%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204011010.950.2356.7610040
HexCC0B0645F141656428
Octal31401301441372454514450
Binary1100110001011011001001011111101001011001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC000B; }

 p { color: rgb(204,0,11); }

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

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

 a { background-color: rgb(204,0,11); }

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

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

 span { border-color: rgb(204,0,11); }

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