Html Css Color HEX #B71015 Venetian Red

📋 copy color: '#B71015'

red 183 ◦ green 16 ◦ blue 21

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

Shades of Venetian Red #B71015

Tints of Venetian Red #B71015

RGB

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

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

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

R = 83.18%
G = 7.27%
B = 9.55%

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

#B71015 (or 0xB71015) is known color: Venetian Red. HEX triplet: B7, 10 and 15. RGB value is (183,16,21). Sum of RGB (Red+Green+Blue) = 183+16+21=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B71015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71015 is #48EFEA. Grayscale: #424242. Windows color (decimal): -4780011 or 1380535. OLE color: 1380535.

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

Color convert

RGB 183 16 21 -
CMYK 0 0.91 0.89 0.28
HSL 358.2º 0.84% 0.39% -
HSV(B) 358.2º 0.91% 0.72% -
XYZ 19.85 10.49 1.69 -
YUV 66.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 183 16 21 0 0.91 0.89 0.28 358.2 0.84 0.39
Hex B7 10 15 0 5B 59 1C 166 54 27
Octal 267 20 25 0 133 131 34 546 124 47
Binary 10110111 10000 10101 0 1011011 1011001 11100 101100110 1010100 100111

Color Harmonies of #B71015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71015

Black with #B71015

Text Example


Text Example

White with #B71015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71015; }

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

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

background-color css

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

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

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

border-color css

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

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

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