Html Css Color HEX #B80211 Venetian Red

📋 copy color: '#B80211'

red 184 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #B80211

Tints of Venetian Red #B80211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 90.64%
G = 0.99%
B = 8.37%

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

#B80211 (or 0xB80211) is known color: Venetian Red. HEX triplet: B8, 02 and 11. RGB value is (184,2,17). Sum of RGB (Red+Green+Blue) = 184+2+17=203 (26% of max value = 765). Red value is 184 (72.27% from 255 or 90.64% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 184 - color contains mainly: red. Hex color #B80211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80211 is #47FDEE. Grayscale: #3A3A3A. Windows color (decimal): -4718063 or 1114808. OLE color: 1114808.

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

Color convert

RGB 184 2 17 -
CMYK 0 0.99 0.91 0.28
HSL 355.05º 0.98% 0.36% -
HSV(B) 355.05º 0.99% 0.72% -
XYZ 19.89 10.27 1.47 -
YUV 58.13 104.8 217.78 -
System Red Green Blue C M Y K H S L
Decimal 184 2 17 0 0.99 0.91 0.28 355.05 0.98 0.36
Hex B8 2 11 0 63 5B 1C 163 62 24
Octal 270 2 21 0 143 133 34 543 142 44
Binary 10111000 10 10001 0 1100011 1011011 11100 101100011 1100010 100100

Color Harmonies of #B80211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80211

Black with #B80211

Text Example


Text Example

White with #B80211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80211; }

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

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

background-color css

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

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

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

border-color css

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

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

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