Html Css Color HEX #B80720 Venetian Red

📋 copy color: '#B80720'

red 184 ◦ green 7 ◦ blue 32

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

Shades of Venetian Red #B80720

Tints of Venetian Red #B80720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 82.51%
G = 3.14%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B80720 (or 0xB80720) is known color: Venetian Red. HEX triplet: B8, 07 and 20. RGB value is (184,7,32). Sum of RGB (Red+Green+Blue) = 184+7+32=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B80720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80720 is #47F8DF. Grayscale: #3E3E3E. Windows color (decimal): -4716768 or 2099128. OLE color: 2099128.

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

Color convert

RGB 184 7 32 -
CMYK 0 0.96 0.83 0.28
HSL 351.53º 0.93% 0.37% -
HSV(B) 351.53º 0.96% 0.72% -
XYZ 20.1 10.45 2.32 -
YUV 62.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 184 7 32 0 0.96 0.83 0.28 351.53 0.93 0.37
Hex B8 7 20 0 60 53 1C 160 5D 25
Octal 270 7 40 0 140 123 34 540 135 45
Binary 10111000 111 100000 0 1100000 1010011 11100 101100000 1011101 100101

Color Harmonies of #B80720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80720

Black with #B80720

Text Example


Text Example

White with #B80720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80720; }

 p { color: rgb(184,7,32); }

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

background-color css

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

 a { background-color: rgb(184,7,32); }

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

border-color css

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

 span { border-color: rgb(184,7,32); }

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