#C4091B

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

Shades of Venetian Red #C4091B

Tints of Venetian Red #C4091B

Color information

#C4091B (or 0xC4091B) is unknown color: approx Venetian Red. HEX triplet: C4, 09 and 1B. RGB value is (196,9,27). Sum of RGB (Red+Green+Blue) = 196+9+27=232 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.48% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 196 - color contains mainly: red. Hex color #C4091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4091B is #3BF6E4. Grayscale: #434343. Windows color (decimal): -3929829 or 1771972. OLE color: 1771972.

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

Color convert

RGB196927-
CMYK00.950.860.23
HSL354.22º91.22%40.2%-
HSV(B)354.22º95.41%76.86%-
XYZ23.0612.012.14-
YUV66.96105.45220.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 84.48%
GREEN value IS 9 (3.91% from 255) = 3.88%
BLUE value IS 27 (10.94% from 255) = 11.64%
R=84.48%
G=3.88%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19692700.950.860.23354.2291.2240.2
HexC491B05F56171625b28
Octal304113301371262754213350
Binary11000100100111011010111111010110101111011000101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4091B; }

 p { color: rgb(196,9,27); }

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

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

 a { background-color: rgb(196,9,27); }

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

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

 span { border-color: rgb(196,9,27); }

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