Html Css Color HEX #B80111 Venetian Red

📋 copy color: '#B80111'

red 184 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #B80111

Tints of Venetian Red #B80111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 91.09%
G = 0.5%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B80111 (or 0xB80111) is known color: Venetian Red. HEX triplet: B8, 01 and 11. RGB value is (184,1,17). Sum of RGB (Red+Green+Blue) = 184+1+17=202 (26% of max value = 765). Red value is 184 (72.27% from 255 or 91.09% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 184 - color contains mainly: red. Hex color #B80111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80111 is #47FEEE. Grayscale: #393939. Windows color (decimal): -4718319 or 1114552. OLE color: 1114552.

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

Color convert

RGB 184 1 17 -
CMYK 0 0.99 0.91 0.28
HSL 354.75º 0.99% 0.36% -
HSV(B) 354.75º 0.99% 0.72% -
XYZ 19.88 10.25 1.46 -
YUV 57.54 105.13 218.2 -
System Red Green Blue C M Y K H S L
Decimal 184 1 17 0 0.99 0.91 0.28 354.75 0.99 0.36
Hex B8 1 11 0 63 5B 1C 163 63 24
Octal 270 1 21 0 143 133 34 543 143 44
Binary 10111000 1 10001 0 1100011 1011011 11100 101100011 1100011 100100

Color Harmonies of #B80111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80111

Black with #B80111

Text Example


Text Example

White with #B80111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80111; }

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

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

background-color css

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

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

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

border-color css

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

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

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