Html Css Color HEX #B71718 Venetian Red

📋 copy color: '#B71718'

red 183 ◦ green 23 ◦ blue 24

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

Shades of Venetian Red #B71718

Tints of Venetian Red #B71718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10%

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

R = 79.57%
G = 10%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B71718 (or 0xB71718) is known color: Venetian Red. HEX triplet: B7, 17 and 18. RGB value is (183,23,24). Sum of RGB (Red+Green+Blue) = 183+23+24=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B71718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71718 is #48E8E7. Grayscale: #474747. Windows color (decimal): -4778216 or 1578935. OLE color: 1578935.

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

Color convert

RGB 183 23 24 -
CMYK 0 0.87 0.87 0.28
HSL 359.63º 0.78% 0.4% -
HSV(B) 359.63º 0.87% 0.72% -
XYZ 20 10.75 1.88 -
YUV 70.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 183 23 24 0 0.87 0.87 0.28 359.63 0.78 0.4
Hex B7 17 18 0 57 57 1C 168 4E 28
Octal 267 27 30 0 127 127 34 550 116 50
Binary 10110111 10111 11000 0 1010111 1010111 11100 101101000 1001110 101000

Color Harmonies of #B71718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71718

Black with #B71718

Text Example


Text Example

White with #B71718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71718; }

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

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

background-color css

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

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

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

border-color css

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

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

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