Html Css Color HEX #B80011 Venetian Red

📋 copy color: '#B80011'

red 184 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #B80011

Tints of Venetian Red #B80011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.54%
G = 0%
B = 8.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B80011 (or 0xB80011) is known color: Venetian Red. HEX triplet: B8, 00 and 11. RGB value is (184,0,17). Sum of RGB (Red+Green+Blue) = 184+0+17=201 (26% of max value = 765). Red value is 184 (72.27% from 255 or 91.54% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 184 - color contains mainly: red. Hex color #B80011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80011 is #47FFEE. Grayscale: #393939. Windows color (decimal): -4718575 or 1114296. OLE color: 1114296.

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

Color convert

RGB 184 0 17 -
CMYK 0 1 0.91 0.28
HSL 354.46º 1% 0.36% -
HSV(B) 354.46º 1% 0.72% -
XYZ 19.87 10.23 1.46 -
YUV 56.95 105.46 218.62 -
System Red Green Blue C M Y K H S L
Decimal 184 0 17 0 1 0.91 0.28 354.46 1 0.36
Hex B8 0 11 0 64 5B 1C 162 64 24
Octal 270 0 21 0 144 133 34 542 144 44
Binary 10111000 0 10001 0 1100100 1011011 11100 101100010 1100100 100100

Color Harmonies of #B80011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80011

Black with #B80011

Text Example


Text Example

White with #B80011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80011; }

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

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

background-color css

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

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

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

border-color css

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

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

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