#B70422

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

Shades of Venetian Red #B70422

Tints of Venetian Red #B70422

Color information

#B70422 (or 0xB70422) is unknown color: approx Venetian Red. HEX triplet: B7, 04 and 22. RGB value is (183,4,34). Sum of RGB (Red+Green+Blue) = 183+4+34=221 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.81% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 183 - color contains mainly: red. Hex color #B70422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70422 is #48FBDD. Grayscale: #3D3D3D. Windows color (decimal): -4783070 or 2229431. OLE color: 2229431.

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

Color convert

RGB183434-
CMYK00.980.810.28
HSL349.94º95.72%36.67%-
HSV(B)349.94º97.81%71.76%-
XYZ19.8610.272.45-
YUV60.94112.8215.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 82.81%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 34 (13.67% from 255) = 15.38%
R=82.81%
G=1.81%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18343400.980.810.28349.9495.7236.67
HexB7422062511C15e6025
Octal26744201421213453614045
Binary10110111100100010011000101010001111001010111101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70422; }

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

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

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

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

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

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

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

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