Html Css Color HEX #B80920 Venetian Red

📋 copy color: '#B80920'

red 184 ◦ green 9 ◦ blue 32

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

Shades of Venetian Red #B80920

Tints of Venetian Red #B80920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

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

R = 81.78%
G = 4%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B80920 (or 0xB80920) is known color: Venetian Red. HEX triplet: B8, 09 and 20. RGB value is (184,9,32). Sum of RGB (Red+Green+Blue) = 184+9+32=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B80920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80920 is #47F6DF. Grayscale: #404040. Windows color (decimal): -4716256 or 2099640. OLE color: 2099640.

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

Color convert

RGB 184 9 32 -
CMYK 0 0.95 0.83 0.28
HSL 352.11º 0.91% 0.38% -
HSV(B) 352.11º 0.95% 0.72% -
XYZ 20.13 10.49 2.33 -
YUV 63.95 109.98 213.63 -
System Red Green Blue C M Y K H S L
Decimal 184 9 32 0 0.95 0.83 0.28 352.11 0.91 0.38
Hex B8 9 20 0 5F 53 1C 160 5B 26
Octal 270 11 40 0 137 123 34 540 133 46
Binary 10111000 1001 100000 0 1011111 1010011 11100 101100000 1011011 100110

Color Harmonies of #B80920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80920

Black with #B80920

Text Example


Text Example

White with #B80920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80920; }

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

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

background-color css

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

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

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

border-color css

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

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

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