#B70528

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

Shades of Venetian Red #B70528

Tints of Venetian Red #B70528

Color information

#B70528 (or 0xB70528) is unknown color: approx Venetian Red. HEX triplet: B7, 05 and 28. RGB value is (183,5,40). Sum of RGB (Red+Green+Blue) = 183+5+40=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B70528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70528 is #48FAD7. Grayscale: #3E3E3E. Windows color (decimal): -4782808 or 2622903. OLE color: 2622903.

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

Color convert

RGB183540-
CMYK00.970.780.28
HSL348.2º94.68%36.86%-
HSV(B)348.2º97.27%71.76%-
XYZ19.9710.332.95-
YUV62.21115.47214.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 80.26%
GREEN value IS 5 (2.34% from 255) = 2.19%
BLUE value IS 40 (16.02% from 255) = 17.54%
R=80.26%
G=2.19%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18354000.970.780.28348.294.6836.86
HexB75280614E1C15c5f25
Octal26755001411163453413745
Binary10110111101101000011000011001110111001010111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70528; }

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

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

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

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

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

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

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

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