#C4080B

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

Shades of Venetian Red #C4080B

Tints of Venetian Red #C4080B

Color information

#C4080B (or 0xC4080B) is unknown color: approx Venetian Red. HEX triplet: C4, 08 and 0B. RGB value is (196,8,11). Sum of RGB (Red+Green+Blue) = 196+8+11=215 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.16% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 196 - color contains mainly: red. Hex color #C4080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4080B is #3BF7F4. Grayscale: #404040. Windows color (decimal): -3930101 or 723140. OLE color: 723140.

HSL color Cylindrical-coordinate representation of color #C4080B: hue angle of 359.04º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4080B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB196811-
CMYK00.960.940.23
HSL359.04º92.16%40%-
HSV(B)359.04º95.92%76.86%-
XYZ22.9111.931.41-
YUV64.5597.78221.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 91.16%
GREEN value IS 8 (3.52% from 255) = 3.72%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=91.16%
G=3.72%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19681100.960.940.23359.0492.1640
HexC48B0605E171675c28
Octal304101301401362754713450
Binary1100010010001011011000001011110101111011001111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4080B; }

 p { color: rgb(196,8,11); }

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

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

 a { background-color: rgb(196,8,11); }

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

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

 span { border-color: rgb(196,8,11); }

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