#C6032B

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

Shades of Venetian Red #C6032B

Tints of Venetian Red #C6032B

Color information

#C6032B (or 0xC6032B) is unknown color: approx Venetian Red. HEX triplet: C6, 03 and 2B. RGB value is (198,3,43). Sum of RGB (Red+Green+Blue) = 198+3+43=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C6032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6032B is #39FCD4. Grayscale: #414141. Windows color (decimal): -3800277 or 2819014. OLE color: 2819014.

HSL color Cylindrical-coordinate representation of color #C6032B: hue angle of 347.69º 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 #C6032B is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB198343-
CMYK00.980.780.22
HSL347.69º97.01%39.41%-
HSV(B)347.69º98.48%77.65%-
XYZ23.7612.253.4-
YUV65.86115.1222.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 81.15%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 43 (17.19% from 255) = 17.62%
R=81.15%
G=1.23%
B=17.62%

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
Decimal19834300.980.780.22347.6997.0139.41
HexC632B0624E1615c6127
Octal30635301421162653414147
Binary1100011011101011011000101001110101101010111001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6032B; }

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

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

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

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

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

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

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

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