#C0070B

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

Shades of Venetian Red #C0070B

Tints of Venetian Red #C0070B

Color information

#C0070B (or 0xC0070B) is unknown color: approx Venetian Red. HEX triplet: C0, 07 and 0B. RGB value is (192,7,11). Sum of RGB (Red+Green+Blue) = 192+7+11=210 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.43% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 192 - color contains mainly: red. Hex color #C0070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0070B is #3FF8F4. Grayscale: #3E3E3E. Windows color (decimal): -4192501 or 722880. OLE color: 722880.

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

Color convert

RGB192711-
CMYK00.960.940.25
HSL358.7º92.96%39.02%-
HSV(B)358.7º96.35%75.29%-
XYZ21.8711.381.36-
YUV62.7798.79220.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 91.43%
GREEN value IS 7 (3.12% from 255) = 3.33%
BLUE value IS 11 (4.69% from 255) = 5.24%
R=91.43%
G=3.33%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19271100.960.940.25358.792.9639.02
HexC07B0605E191675d27
Octal30071301401363154713547
Binary110000001111011011000001011110110011011001111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0070B; }

 p { color: rgb(192,7,11); }

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

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

 a { background-color: rgb(192,7,11); }

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

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

 span { border-color: rgb(192,7,11); }

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