#B71418

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

Shades of Venetian Red #B71418

Tints of Venetian Red #B71418

Color information

#B71418 (or 0xB71418) is unknown color: approx Venetian Red. HEX triplet: B7, 14 and 18. RGB value is (183,20,24). Sum of RGB (Red+Green+Blue) = 183+20+24=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B71418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71418 is #48EBE7. Grayscale: #454545. Windows color (decimal): -4778984 or 1578167. OLE color: 1578167.

HSL color Cylindrical-coordinate representation of color #B71418: hue angle of 358.53º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71418 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB1832024-
CMYK00.890.870.28
HSL358.53º80.3%39.8%-
HSV(B)358.53º89.07%71.76%-
XYZ19.9410.631.87-
YUV69.19102.5209.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 80.62%
GREEN value IS 20 (8.20% from 255) = 8.81%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=80.62%
G=8.81%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183202400.890.870.28358.5380.339.8
HexB71418059571C1675028
Octal267243001311273454712050
Binary101101111010011000010110011010111111001011001111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71418; }

 p { color: rgb(183,20,24); }

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

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

 a { background-color: rgb(183,20,24); }

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

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

 span { border-color: rgb(183,20,24); }

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