#B80123

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

Shades of Venetian Red #B80123

Tints of Venetian Red #B80123

Color information

#B80123 (or 0xB80123) is unknown color: approx Venetian Red. HEX triplet: B8, 01 and 23. RGB value is (184,1,35). Sum of RGB (Red+Green+Blue) = 184+1+35=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B80123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80123 is #47FEDC. Grayscale: #3B3B3B. Windows color (decimal): -4718301 or 2294200. OLE color: 2294200.

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

Color convert

RGB184135-
CMYK00.990.810.28
HSL348.85º98.92%36.27%-
HSV(B)348.85º99.46%72.16%-
XYZ20.0810.332.53-
YUV59.59114.13216.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 83.64%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 35 (14.06% from 255) = 15.91%
R=83.64%
G=0.45%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413500.990.810.28348.8598.9236.27
HexB8123063511C15d6324
Octal27014301431213453514344
Binary101110001100011011000111010001111001010111011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80123; }

 p { color: rgb(184,1,35); }

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

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

 a { background-color: rgb(184,1,35); }

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

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

 span { border-color: rgb(184,1,35); }

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