#B80024

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

Shades of Venetian Red #B80024

Tints of Venetian Red #B80024

Color information

#B80024 (or 0xB80024) is unknown color: approx Venetian Red. HEX triplet: B8, 00 and 24. RGB value is (184,0,36). Sum of RGB (Red+Green+Blue) = 184+0+36=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B80024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80024 is #47FFDB. Grayscale: #3B3B3B. Windows color (decimal): -4718556 or 2359480. OLE color: 2359480.

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

Color convert

RGB184036-
CMYK010.800.28
HSL348.26º100%36.08%-
HSV(B)348.26º100%72.16%-
XYZ20.0910.322.6-
YUV59.12114.96217.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 83.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=83.64%
G=0%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184036010.800.28348.2610036.08
HexB8024064501C15c6424
Octal27004401441203453414444
Binary101110000100100011001001010000111001010111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80024; }

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

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

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

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

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

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

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

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