#B80218

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

Shades of Venetian Red #B80218

Tints of Venetian Red #B80218

Color information

#B80218 (or 0xB80218) is unknown color: approx Venetian Red. HEX triplet: B8, 02 and 18. RGB value is (184,2,24). Sum of RGB (Red+Green+Blue) = 184+2+24=210 (27% of max value = 765). Red value is 184 (72.27% from 255 or 87.62% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 184 - color contains mainly: red. Hex color #B80218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80218 is #47FDE7. Grayscale: #3B3B3B. Windows color (decimal): -4718056 or 1573560. OLE color: 1573560.

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

Color convert

RGB184224-
CMYK00.990.870.28
HSL352.75º97.85%36.47%-
HSV(B)352.75º98.91%72.16%-
XYZ19.9510.31.8-
YUV58.93108.3217.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 87.62%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=87.62%
G=0.95%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18422400.990.870.28352.7597.8536.47
HexB8218063571C1616224
Octal27023001431273454114244
Binary101110001011000011000111010111111001011000011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80218; }

 p { color: rgb(184,2,24); }

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

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

 a { background-color: rgb(184,2,24); }

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

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

 span { border-color: rgb(184,2,24); }

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