Html Css Color HEX #B71115 Venetian Red

📋 copy color: '#B71115'

red 183 ◦ green 17 ◦ blue 21

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

Shades of Venetian Red #B71115

Tints of Venetian Red #B71115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.5%

R = 82.81%
G = 7.69%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B71115 (or 0xB71115) is known color: Venetian Red. HEX triplet: B7, 11 and 15. RGB value is (183,17,21). Sum of RGB (Red+Green+Blue) = 183+17+21=221 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.81% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 183 - color contains mainly: red. Hex color #B71115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71115 is #48EEEA. Grayscale: #434343. Windows color (decimal): -4779755 or 1380791. OLE color: 1380791.

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

Color convert

RGB 183 17 21 -
CMYK 0 0.91 0.89 0.28
HSL 358.55º 0.83% 0.39% -
HSV(B) 358.55º 0.91% 0.72% -
XYZ 19.86 10.52 1.69 -
YUV 67.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 183 17 21 0 0.91 0.89 0.28 358.55 0.83 0.39
Hex B7 11 15 0 5B 59 1C 167 53 27
Octal 267 21 25 0 133 131 34 547 123 47
Binary 10110111 10001 10101 0 1011011 1011001 11100 101100111 1010011 100111

Color Harmonies of #B71115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71115

Black with #B71115

Text Example


Text Example

White with #B71115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71115; }

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

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

background-color css

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

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

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

border-color css

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

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

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