Html Css Color HEX #B81011 Venetian Red

📋 copy color: '#B81011'

red 184 ◦ green 16 ◦ blue 17

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

Shades of Venetian Red #B81011

Tints of Venetian Red #B81011

RGB

 RED value IS 184 (72.27% from 255) = 84.79%

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

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

R = 84.79%
G = 7.37%
B = 7.83%

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

#B81011 (or 0xB81011) is known color: Venetian Red. HEX triplet: B8, 10 and 11. RGB value is (184,16,17). Sum of RGB (Red+Green+Blue) = 184+16+17=217 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.79% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 184 - color contains mainly: red. Hex color #B81011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81011 is #47EFEE. Grayscale: #424242. Windows color (decimal): -4714479 or 1118392. OLE color: 1118392.

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

Color convert

RGB 184 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 20.05 10.6 1.52 -
YUV 66.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 184 16 17 0 0.91 0.91 0.28 359.64 0.84 0.39
Hex B8 10 11 0 5B 5B 1C 168 54 27
Octal 270 20 21 0 133 133 34 550 124 47
Binary 10111000 10000 10001 0 1011011 1011011 11100 101101000 1010100 100111

Color Harmonies of #B81011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81011

Black with #B81011

Text Example


Text Example

White with #B81011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81011; }

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

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

background-color css

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

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

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

border-color css

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

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

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