#B80B24

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

Shades of Venetian Red #B80B24

Tints of Venetian Red #B80B24

Color information

#B80B24 (or 0xB80B24) is unknown color: approx Venetian Red. HEX triplet: B8, 0B and 24. RGB value is (184,11,36). Sum of RGB (Red+Green+Blue) = 184+11+36=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B24 is #47F4DB. Grayscale: #414141. Windows color (decimal): -4715740 or 2362296. OLE color: 2362296.

HSL color Cylindrical-coordinate representation of color #B80B24: hue angle of 351.33º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B24 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1841136-
CMYK00.940.800.28
HSL351.33º88.72%38.24%-
HSV(B)351.33º94.02%72.16%-
XYZ20.2110.562.64-
YUV65.58111.31212.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 79.65%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 36 (14.45% from 255) = 15.58%
R=79.65%
G=4.76%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184113600.940.800.28351.3388.7238.24
HexB8B2405E501C15f5926
Octal270134401361203453713146
Binary101110001011100100010111101010000111001010111111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B24; }

 p { color: rgb(184,11,36); }

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

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

 a { background-color: rgb(184,11,36); }

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

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

 span { border-color: rgb(184,11,36); }

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