#B70509

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

Shades of Venetian Red #B70509

Tints of Venetian Red #B70509

Color information

#B70509 (or 0xB70509) is unknown color: approx Venetian Red. HEX triplet: B7, 05 and 09. RGB value is (183,5,9). Sum of RGB (Red+Green+Blue) = 183+5+9=197 (26% of max value = 765). Red value is 183 (71.88% from 255 or 92.89% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 183 - color contains mainly: red. Hex color #B70509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70509 is #48FAF6. Grayscale: #3A3A3A. Windows color (decimal): -4782839 or 591287. OLE color: 591287.

HSL color Cylindrical-coordinate representation of color #B70509: hue angle of 358.65º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70509 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB18359-
CMYK00.970.950.28
HSL358.65º94.68%36.86%-
HSV(B)358.65º97.27%71.76%-
XYZ19.6310.21.19-
YUV58.6899.97216.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 92.89%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 9 (3.91% from 255) = 4.57%
R=92.89%
G=2.54%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835900.970.950.28358.6594.6836.86
HexB7590615F1C1675f25
Octal26751101411373454713745
Binary101101111011001011000011011111111001011001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70509; }

 p { color: rgb(183,5,9); }

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

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

 a { background-color: rgb(183,5,9); }

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

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

 span { border-color: rgb(183,5,9); }

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