#C5050B

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

Shades of Venetian Red #C5050B

Tints of Venetian Red #C5050B

Color information

#C5050B (or 0xC5050B) is unknown color: approx Venetian Red. HEX triplet: C5, 05 and 0B. RGB value is (197,5,11). Sum of RGB (Red+Green+Blue) = 197+5+11=213 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.49% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 197 - color contains mainly: red. Hex color #C5050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5050B is #3AFAF4. Grayscale: #3F3F3F. Windows color (decimal): -3865333 or 722373. OLE color: 722373.

HSL color Cylindrical-coordinate representation of color #C5050B: hue angle of 358.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5050B is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB197511-
CMYK00.970.940.23
HSL358.12º95.05%39.61%-
HSV(B)358.12º97.46%77.25%-
XYZ23.14121.41-
YUV63.0998.61223.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 92.49%
GREEN value IS 5 (2.34% from 255) = 2.35%
BLUE value IS 11 (4.69% from 255) = 5.16%
R=92.49%
G=2.35%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19751100.970.940.23358.1295.0539.61
HexC55B0615E171665f28
Octal30551301411362754613750
Binary110001011011011011000011011110101111011001101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5050B; }

 p { color: rgb(197,5,11); }

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

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

 a { background-color: rgb(197,5,11); }

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

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

 span { border-color: rgb(197,5,11); }

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