#C60126

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

Shades of Venetian Red #C60126

Tints of Venetian Red #C60126

Color information

#C60126 (or 0xC60126) is unknown color: approx Venetian Red. HEX triplet: C6, 01 and 26. RGB value is (198,1,38). Sum of RGB (Red+Green+Blue) = 198+1+38=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C60126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60126 is #39FED9. Grayscale: #404040. Windows color (decimal): -3800794 or 2490822. OLE color: 2490822.

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

Color convert

RGB198138-
CMYK00.990.810.22
HSL348.73º98.99%39.02%-
HSV(B)348.73º99.49%77.65%-
XYZ23.6512.172.94-
YUV64.12113.27223.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 83.54%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=83.54%
G=0.42%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813800.990.810.22348.7398.9939.02
HexC6126063511615d6327
Octal30614601431212653514347
Binary110001101100110011000111010001101101010111011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60126; }

 p { color: rgb(198,1,38); }

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

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

 a { background-color: rgb(198,1,38); }

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

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

 span { border-color: rgb(198,1,38); }

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