Html Css Color HEX #B80016 Venetian Red

📋 copy color: '#B80016'

red 184 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #B80016

Tints of Venetian Red #B80016

RGB

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

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

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

R = 89.32%
G = 0%
B = 10.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B80016 (or 0xB80016) is known color: Venetian Red. HEX triplet: B8, 00 and 16. RGB value is (184,0,22). Sum of RGB (Red+Green+Blue) = 184+0+22=206 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.32% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 184 - color contains mainly: red. Hex color #B80016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80016 is #47FFE9. Grayscale: #393939. Windows color (decimal): -4718570 or 1441976. OLE color: 1441976.

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

Color convert

RGB 184 0 22 -
CMYK 0 1 0.88 0.28
HSL 352.83º 1% 0.36% -
HSV(B) 352.83º 1% 0.72% -
XYZ 19.91 10.25 1.69 -
YUV 57.52 107.96 218.21 -
System Red Green Blue C M Y K H S L
Decimal 184 0 22 0 1 0.88 0.28 352.83 1 0.36
Hex B8 0 16 0 64 58 1C 161 64 24
Octal 270 0 26 0 144 130 34 541 144 44
Binary 10111000 0 10110 0 1100100 1011000 11100 101100001 1100100 100100

Color Harmonies of #B80016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80016

Black with #B80016

Text Example


Text Example

White with #B80016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80016; }

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

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

background-color css

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

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

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

border-color css

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

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

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