#C4091A

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

Shades of Venetian Red #C4091A

Tints of Venetian Red #C4091A

Color information

#C4091A (or 0xC4091A) is unknown color: approx Venetian Red. HEX triplet: C4, 09 and 1A. RGB value is (196,9,26). Sum of RGB (Red+Green+Blue) = 196+9+26=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C4091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4091A is #3BF6E5. Grayscale: #424242. Windows color (decimal): -3929830 or 1706436. OLE color: 1706436.

HSL color Cylindrical-coordinate representation of color #C4091A: hue angle of 354.55º 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 #C4091A is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB196926-
CMYK00.950.870.23
HSL354.55º91.22%40.2%-
HSV(B)354.55º95.41%76.86%-
XYZ23.0512.012.08-
YUV66.85104.95220.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 84.85%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 26 (10.55% from 255) = 11.26%
R=84.85%
G=3.90%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19692600.950.870.23354.5591.2240.2
HexC491A05F57171635b28
Octal304113201371272754313350
Binary11000100100111010010111111010111101111011000111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4091A; }

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

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

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

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

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

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

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

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