#B7021B

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

Shades of Venetian Red #B7021B

Tints of Venetian Red #B7021B

Color information

#B7021B (or 0xB7021B) is unknown color: approx Venetian Red. HEX triplet: B7, 02 and 1B. RGB value is (183,2,27). Sum of RGB (Red+Green+Blue) = 183+2+27=212 (28% of max value = 765). Red value is 183 (71.88% from 255 or 86.32% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 183 - color contains mainly: red. Hex color #B7021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7021B is #48FDE4. Grayscale: #3B3B3B. Windows color (decimal): -4783589 or 1770167. OLE color: 1770167.

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

Color convert

RGB183227-
CMYK00.990.850.28
HSL351.71º97.84%36.27%-
HSV(B)351.71º98.91%71.76%-
XYZ19.7510.191.96-
YUV58.97109.97216.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 86.32%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=86.32%
G=0.94%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18322700.990.850.28351.7197.8436.27
HexB721B063551C1606224
Octal26723301431253454014244
Binary101101111011011011000111010101111001011000001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7021B; }

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

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

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

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

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

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

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

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