Html Css Color HEX #B71011 Venetian Red

📋 copy color: '#B71011'

red 183 ◦ green 16 ◦ blue 17

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

Shades of Venetian Red #B71011

Tints of Venetian Red #B71011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 84.72%
G = 7.41%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B71011 (or 0xB71011) is known color: Venetian Red. HEX triplet: B7, 10 and 11. RGB value is (183,16,17). Sum of RGB (Red+Green+Blue) = 183+16+17=216 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.72% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 183 - color contains mainly: red. Hex color #B71011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71011 is #48EFEE. Grayscale: #424242. Windows color (decimal): -4780015 or 1118391. OLE color: 1118391.

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

Color convert

RGB 183 16 17 -
CMYK 0 0.91 0.91 0.28
HSL 359.64º 0.84% 0.39% -
HSV(B) 359.64º 0.91% 0.72% -
XYZ 19.81 10.48 1.51 -
YUV 66.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 183 16 17 0 0.91 0.91 0.28 359.64 0.84 0.39
Hex B7 10 11 0 5B 5B 1C 168 54 27
Octal 267 20 21 0 133 133 34 550 124 47
Binary 10110111 10000 10001 0 1011011 1011011 11100 101101000 1010100 100111

Color Harmonies of #B71011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71011

Black with #B71011

Text Example


Text Example

White with #B71011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71011; }

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

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

background-color css

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

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

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

border-color css

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

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

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