Html Css Color HEX #B80516 Venetian Red

📋 copy color: '#B80516'

red 184 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #B80516

Tints of Venetian Red #B80516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 87.2%
G = 2.37%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B80516 (or 0xB80516) is known color: Venetian Red. HEX triplet: B8, 05 and 16. RGB value is (184,5,22). Sum of RGB (Red+Green+Blue) = 184+5+22=211 (27% of max value = 765). Red value is 184 (72.27% from 255 or 87.20% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 184 - color contains mainly: red. Hex color #B80516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80516 is #47FAE9. Grayscale: #3C3C3C. Windows color (decimal): -4717290 or 1443256. OLE color: 1443256.

HSL color Cylindrical-coordinate representation of color #B80516: hue angle of 354.3º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80516 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 5 22 -
CMYK 0 0.97 0.88 0.28
HSL 354.3º 0.95% 0.37% -
HSV(B) 354.3º 0.97% 0.72% -
XYZ 19.97 10.36 1.71 -
YUV 60.46 106.3 216.12 -
System Red Green Blue C M Y K H S L
Decimal 184 5 22 0 0.97 0.88 0.28 354.3 0.95 0.37
Hex B8 5 16 0 61 58 1C 162 5F 25
Octal 270 5 26 0 141 130 34 542 137 45
Binary 10111000 101 10110 0 1100001 1011000 11100 101100010 1011111 100101

Color Harmonies of #B80516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80516

Black with #B80516

Text Example


Text Example

White with #B80516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80516; }

 p { color: rgb(184,5,22); }

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

background-color css

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

 a { background-color: rgb(184,5,22); }

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

border-color css

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

 span { border-color: rgb(184,5,22); }

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