#B40718

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

Shades of Venetian Red #B40718

Tints of Venetian Red #B40718

Color information

#B40718 (or 0xB40718) is unknown color: approx Venetian Red. HEX triplet: B4, 07 and 18. RGB value is (180,7,24). Sum of RGB (Red+Green+Blue) = 180+7+24=211 (27% of max value = 765). Red value is 180 (70.70% from 255 or 85.31% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 180 - color contains mainly: red. Hex color #B40718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40718 is #4BF8E7. Grayscale: #3C3C3C. Windows color (decimal): -4978920 or 1574836. OLE color: 1574836.

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

Color convert

RGB180724-
CMYK00.960.870.29
HSL354.1º92.51%36.67%-
HSV(B)354.1º96.11%70.59%-
XYZ19.069.921.77-
YUV60.66107.31213.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 85.31%
GREEN value IS 7 (3.12% from 255) = 3.32%
BLUE value IS 24 (9.77% from 255) = 11.37%
R=85.31%
G=3.32%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18072400.960.870.29354.192.5136.67
HexB4718060571D1625d25
Octal26473001401273554213545
Binary1011010011111000011000001010111111011011000101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40718; }

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

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

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

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

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

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

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

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