Html Css Color HEX #B71012 Venetian Red

📋 copy color: '#B71012'

red 183 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #B71012

Tints of Venetian Red #B71012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 84.33%
G = 7.37%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B71012 (or 0xB71012) is known color: Venetian Red. HEX triplet: B7, 10 and 12. RGB value is (183,16,18). Sum of RGB (Red+Green+Blue) = 183+16+18=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B71012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71012 is #48EFED. Grayscale: #424242. Windows color (decimal): -4780014 or 1183927. OLE color: 1183927.

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

Color convert

RGB 183 16 18 -
CMYK 0 0.91 0.90 0.28
HSL 359.28º 0.84% 0.39% -
HSV(B) 359.28º 0.91% 0.72% -
XYZ 19.82 10.48 1.55 -
YUV 66.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 183 16 18 0 0.91 0.90 0.28 359.28 0.84 0.39
Hex B7 10 12 0 5B 5A 1C 167 54 27
Octal 267 20 22 0 133 132 34 547 124 47
Binary 10110111 10000 10010 0 1011011 1011010 11100 101100111 1010100 100111

Color Harmonies of #B71012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71012

Black with #B71012

Text Example


Text Example

White with #B71012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71012; }

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

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

background-color css

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

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

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

border-color css

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

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

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