Html Css Color HEX #B71116 Venetian Red

📋 copy color: '#B71116'

red 183 ◦ green 17 ◦ blue 22

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

Shades of Venetian Red #B71116

Tints of Venetian Red #B71116

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

 BLUE value IS 22 (8.98% from 255) = 9.91%

R = 82.43%
G = 7.66%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B71116 (or 0xB71116) is known color: Venetian Red. HEX triplet: B7, 11 and 16. RGB value is (183,17,22). Sum of RGB (Red+Green+Blue) = 183+17+22=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B71116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71116 is #48EEE9. Grayscale: #434343. Windows color (decimal): -4779754 or 1446327. OLE color: 1446327.

HSL color Cylindrical-coordinate representation of color #B71116: hue angle of 358.19º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71116 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 22 -
CMYK 0 0.91 0.88 0.28
HSL 358.19º 0.83% 0.39% -
HSV(B) 358.19º 0.91% 0.72% -
XYZ 19.87 10.53 1.74 -
YUV 67.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 183 17 22 0 0.91 0.88 0.28 358.19 0.83 0.39
Hex B7 11 16 0 5B 58 1C 166 53 27
Octal 267 21 26 0 133 130 34 546 123 47
Binary 10110111 10001 10110 0 1011011 1011000 11100 101100110 1010011 100111

Color Harmonies of #B71116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71116

Black with #B71116

Text Example


Text Example

White with #B71116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71116; }

 p { color: rgb(183,17,22); }

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

background-color css

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

 a { background-color: rgb(183,17,22); }

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

border-color css

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

 span { border-color: rgb(183,17,22); }

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