Html Css Color HEX #B71117 Venetian Red

📋 copy color: '#B71117'

red 183 ◦ green 17 ◦ blue 23

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

Shades of Venetian Red #B71117

Tints of Venetian Red #B71117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.31%

R = 82.06%
G = 7.62%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B71117 (or 0xB71117) is known color: Venetian Red. HEX triplet: B7, 11 and 17. RGB value is (183,17,23). Sum of RGB (Red+Green+Blue) = 183+17+23=223 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.06% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 183 - color contains mainly: red. Hex color #B71117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71117 is #48EEE8. Grayscale: #434343. Windows color (decimal): -4779753 or 1511863. OLE color: 1511863.

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

Color convert

RGB 183 17 23 -
CMYK 0 0.91 0.87 0.28
HSL 357.83º 0.83% 0.39% -
HSV(B) 357.83º 0.91% 0.72% -
XYZ 19.88 10.53 1.8 -
YUV 67.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 183 17 23 0 0.91 0.87 0.28 357.83 0.83 0.39
Hex B7 11 17 0 5B 57 1C 166 53 27
Octal 267 21 27 0 133 127 34 546 123 47
Binary 10110111 10001 10111 0 1011011 1010111 11100 101100110 1010011 100111

Color Harmonies of #B71117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71117

Black with #B71117

Text Example


Text Example

White with #B71117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71117; }

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

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

background-color css

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

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

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

border-color css

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

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

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