#C6032C

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

Shades of Venetian Red #C6032C

Tints of Venetian Red #C6032C

Color information

#C6032C (or 0xC6032C) is unknown color: approx Venetian Red. HEX triplet: C6, 03 and 2C. RGB value is (198,3,44). Sum of RGB (Red+Green+Blue) = 198+3+44=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C6032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6032C is #39FCD3. Grayscale: #424242. Windows color (decimal): -3800276 or 2884550. OLE color: 2884550.

HSL color Cylindrical-coordinate representation of color #C6032C: hue angle of 347.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6032C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB198344-
CMYK00.980.780.22
HSL347.38º97.01%39.41%-
HSV(B)347.38º98.48%77.65%-
XYZ23.7812.253.49-
YUV65.98115.6222.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 80.82%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 44 (17.58% from 255) = 17.96%
R=80.82%
G=1.22%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19834400.980.780.22347.3897.0139.41
HexC632C0624E1615b6127
Octal30635401421162653314147
Binary1100011011101100011000101001110101101010110111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6032C; }

 p { color: rgb(198,3,44); }

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

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

 a { background-color: rgb(198,3,44); }

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

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

 span { border-color: rgb(198,3,44); }

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