#B70222

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

Shades of Venetian Red #B70222

Tints of Venetian Red #B70222

Color information

#B70222 (or 0xB70222) is unknown color: approx Venetian Red. HEX triplet: B7, 02 and 22. RGB value is (183,2,34). Sum of RGB (Red+Green+Blue) = 183+2+34=219 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.56% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 183 - color contains mainly: red. Hex color #B70222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70222 is #48FDDD. Grayscale: #3B3B3B. Windows color (decimal): -4783582 or 2228919. OLE color: 2228919.

HSL color Cylindrical-coordinate representation of color #B70222: hue angle of 349.39º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70222 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB183234-
CMYK00.990.810.28
HSL349.39º97.84%36.27%-
HSV(B)349.39º98.91%71.76%-
XYZ19.8410.232.44-
YUV59.77113.47215.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 83.56%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 34 (13.67% from 255) = 15.53%
R=83.56%
G=0.91%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18323400.990.810.28349.3997.8436.27
HexB7222063511C15d6224
Octal26724201431213453514244
Binary1011011110100010011000111010001111001010111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70222; }

 p { color: rgb(183,2,34); }

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

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

 a { background-color: rgb(183,2,34); }

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

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

 span { border-color: rgb(183,2,34); }

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