#B40217

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

Shades of Venetian Red #B40217

Tints of Venetian Red #B40217

Color information

#B40217 (or 0xB40217) is unknown color: approx Venetian Red. HEX triplet: B4, 02 and 17. RGB value is (180,2,23). Sum of RGB (Red+Green+Blue) = 180+2+23=205 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.80% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 180 - color contains mainly: red. Hex color #B40217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40217 is #4BFDE8. Grayscale: #393939. Windows color (decimal): -4980201 or 1508020. OLE color: 1508020.

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

Color convert

RGB180223-
CMYK00.990.870.29
HSL352.92º97.8%35.69%-
HSV(B)352.92º98.89%70.59%-
XYZ199.811.7-
YUV57.62108.47215.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 87.80%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 23 (9.38% from 255) = 11.22%
R=87.80%
G=0.98%
B=11.22%

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
Decimal18022300.990.870.29352.9297.835.69
HexB4217063571D1616224
Octal26422701431273554114244
Binary101101001010111011000111010111111011011000011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40217; }

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

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

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

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

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

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

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

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