Html Css Color HEX #B71518 Venetian Red

📋 copy color: '#B71518'

red 183 ◦ green 21 ◦ blue 24

#B71518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #B71518

Tints of Venetian Red #B71518

RGB

 RED value IS 183 (71.88% from 255) = 80.26%

 GREEN value IS 21 (8.59% from 255) = 9.21%

 BLUE value IS 24 (9.77% from 255) = 10.53%

R = 80.26%
G = 9.21%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B71518 (or 0xB71518) is known color: Venetian Red. HEX triplet: B7, 15 and 18. RGB value is (183,21,24). Sum of RGB (Red+Green+Blue) = 183+21+24=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B71518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71518 is #48EAE7. Grayscale: #454545. Windows color (decimal): -4778728 or 1578423. OLE color: 1578423.

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

Color convert

RGB 183 21 24 -
CMYK 0 0.89 0.87 0.28
HSL 358.89º 0.79% 0.4% -
HSV(B) 358.89º 0.89% 0.72% -
XYZ 19.96 10.67 1.87 -
YUV 69.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 183 21 24 0 0.89 0.87 0.28 358.89 0.79 0.4
Hex B7 15 18 0 59 57 1C 167 4F 28
Octal 267 25 30 0 131 127 34 547 117 50
Binary 10110111 10101 11000 0 1011001 1010111 11100 101100111 1001111 101000

Color Harmonies of #B71518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71518

Black with #B71518

Text Example


Text Example

White with #B71518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71518; }

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

 H1.HeaderClassName
 {
   color: #B71518;
 }
 .AnyTagClassName
 {
   color: #B71518;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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