#C30922

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

Shades of Venetian Red #C30922

Tints of Venetian Red #C30922

Color information

#C30922 (or 0xC30922) is unknown color: approx Venetian Red. HEX triplet: C3, 09 and 22. RGB value is (195,9,34). Sum of RGB (Red+Green+Blue) = 195+9+34=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C30922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30922 is #3CF6DD. Grayscale: #434343. Windows color (decimal): -3995358 or 2230723. OLE color: 2230723.

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

Color convert

RGB195934-
CMYK00.950.830.24
HSL351.94º91.18%40%-
HSV(B)351.94º95.38%76.47%-
XYZ22.8911.912.61-
YUV67.46109.12218.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 81.93%
GREEN value IS 9 (3.91% from 255) = 3.78%
BLUE value IS 34 (13.67% from 255) = 14.29%
R=81.93%
G=3.78%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19593400.950.830.24351.9491.1840
HexC392205F53181605b28
Octal303114201371233054013350
Binary110000111001100010010111111010011110001011000001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30922; }

 p { color: rgb(195,9,34); }

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

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

 a { background-color: rgb(195,9,34); }

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

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

 span { border-color: rgb(195,9,34); }

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