Html Css Color HEX #B80811 Venetian Red

📋 copy color: '#B80811'

red 184 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #B80811

Tints of Venetian Red #B80811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.83%

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

R = 88.04%
G = 3.83%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B80811 (or 0xB80811) is known color: Venetian Red. HEX triplet: B8, 08 and 11. RGB value is (184,8,17). Sum of RGB (Red+Green+Blue) = 184+8+17=209 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.04% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 184 - color contains mainly: red. Hex color #B80811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80811 is #47F7EE. Grayscale: #3D3D3D. Windows color (decimal): -4716527 or 1116344. OLE color: 1116344.

HSL color Cylindrical-coordinate representation of color #B80811: hue angle of 356.93º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80811 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 17 -
CMYK 0 0.96 0.91 0.28
HSL 356.93º 0.92% 0.38% -
HSV(B) 356.93º 0.96% 0.72% -
XYZ 19.96 10.4 1.49 -
YUV 61.65 102.81 215.27 -
System Red Green Blue C M Y K H S L
Decimal 184 8 17 0 0.96 0.91 0.28 356.93 0.92 0.38
Hex B8 8 11 0 60 5B 1C 165 5C 26
Octal 270 10 21 0 140 133 34 545 134 46
Binary 10111000 1000 10001 0 1100000 1011011 11100 101100101 1011100 100110

Color Harmonies of #B80811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80811

Black with #B80811

Text Example


Text Example

White with #B80811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80811; }

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

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

background-color css

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

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

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

border-color css

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

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

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