#B40218

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

Shades of Venetian Red #B40218

Tints of Venetian Red #B40218

Color information

#B40218 (or 0xB40218) is unknown color: approx Venetian Red. HEX triplet: B4, 02 and 18. RGB value is (180,2,24). Sum of RGB (Red+Green+Blue) = 180+2+24=206 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.38% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 180 - color contains mainly: red. Hex color #B40218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40218 is #4BFDE7. Grayscale: #393939. Windows color (decimal): -4980200 or 1573556. OLE color: 1573556.

HSL color Cylindrical-coordinate representation of color #B40218: hue angle of 352.58º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40218 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB180224-
CMYK00.990.870.29
HSL352.58º97.8%35.69%-
HSV(B)352.58º98.89%70.59%-
XYZ19.019.811.76-
YUV57.73108.97215.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 87.38%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=87.38%
G=0.97%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18022400.990.870.29352.5897.835.69
HexB4218063571D1616224
Octal26423001431273554114244
Binary101101001011000011000111010111111011011000011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40218; }

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

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

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

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

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

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

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

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