Html Css Color HEX #B80216 Venetian Red

📋 copy color: '#B80216'

red 184 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #B80216

Tints of Venetian Red #B80216

RGB

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

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

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

R = 88.46%
G = 0.96%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B80216 (or 0xB80216) is known color: Venetian Red. HEX triplet: B8, 02 and 16. RGB value is (184,2,22). Sum of RGB (Red+Green+Blue) = 184+2+22=208 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.46% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 184 - color contains mainly: red. Hex color #B80216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80216 is #47FDE9. Grayscale: #3A3A3A. Windows color (decimal): -4718058 or 1442488. OLE color: 1442488.

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

Color convert

RGB 184 2 22 -
CMYK 0 0.99 0.88 0.28
HSL 353.41º 0.98% 0.36% -
HSV(B) 353.41º 0.99% 0.72% -
XYZ 19.93 10.29 1.69 -
YUV 58.7 107.3 217.37 -
System Red Green Blue C M Y K H S L
Decimal 184 2 22 0 0.99 0.88 0.28 353.41 0.98 0.36
Hex B8 2 16 0 63 58 1C 161 62 24
Octal 270 2 26 0 143 130 34 541 142 44
Binary 10111000 10 10110 0 1100011 1011000 11100 101100001 1100010 100100

Color Harmonies of #B80216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80216

Black with #B80216

Text Example


Text Example

White with #B80216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80216; }

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

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

background-color css

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

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

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

border-color css

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

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

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