#B40921

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

Shades of Venetian Red #B40921

Tints of Venetian Red #B40921

Color information

#B40921 (or 0xB40921) is unknown color: approx Venetian Red. HEX triplet: B4, 09 and 21. RGB value is (180,9,33). Sum of RGB (Red+Green+Blue) = 180+9+33=222 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.08% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 180 - color contains mainly: red. Hex color #B40921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40921 is #4BF6DE. Grayscale: #3E3E3E. Windows color (decimal): -4978399 or 2165172. OLE color: 2165172.

HSL color Cylindrical-coordinate representation of color #B40921: hue angle of 351.58º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40921 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB180933-
CMYK00.950.820.29
HSL351.58º90.48%37.06%-
HSV(B)351.58º95%70.59%-
XYZ19.1910.012.36-
YUV62.86111.15211.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 81.08%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=81.08%
G=4.05%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18093300.950.820.29351.5890.4837.06
HexB492105F521D1605a25
Octal264114101371223554013245
Binary101101001001100001010111111010010111011011000001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40921; }

 p { color: rgb(180,9,33); }

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

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

 a { background-color: rgb(180,9,33); }

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

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

 span { border-color: rgb(180,9,33); }

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