#B5022B

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

Shades of Venetian Red #B5022B

Tints of Venetian Red #B5022B

Color information

#B5022B (or 0xB5022B) is unknown color: approx Venetian Red. HEX triplet: B5, 02 and 2B. RGB value is (181,2,43). Sum of RGB (Red+Green+Blue) = 181+2+43=226 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.09% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 181 - color contains mainly: red. Hex color #B5022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5022B is #4AFDD4. Grayscale: #3C3C3C. Windows color (decimal): -4914645 or 2818741. OLE color: 2818741.

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

Color convert

RGB181243-
CMYK00.990.760.29
HSL346.26º97.81%35.88%-
HSV(B)346.26º98.9%70.98%-
XYZ19.5110.043.2-
YUV60.2118.3214.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 80.09%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=80.09%
G=0.88%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18124300.990.760.29346.2697.8135.88
HexB522B0634C1D15a6224
Octal26525301431143553214244
Binary1011010110101011011000111001100111011010110101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5022B; }

 p { color: rgb(181,2,43); }

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

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

 a { background-color: rgb(181,2,43); }

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

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

 span { border-color: rgb(181,2,43); }

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