Html Css Color HEX #B80722 Venetian Red

📋 copy color: '#B80722'

red 184 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #B80722

Tints of Venetian Red #B80722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.11%

R = 81.78%
G = 3.11%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B80722 (or 0xB80722) is known color: Venetian Red. HEX triplet: B8, 07 and 22. RGB value is (184,7,34). Sum of RGB (Red+Green+Blue) = 184+7+34=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B80722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80722 is #47F8DD. Grayscale: #3F3F3F. Windows color (decimal): -4716766 or 2230200. OLE color: 2230200.

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

Color convert

RGB 184 7 34 -
CMYK 0 0.96 0.82 0.28
HSL 350.85º 0.93% 0.37% -
HSV(B) 350.85º 0.96% 0.72% -
XYZ 20.13 10.46 2.47 -
YUV 63 111.64 214.3 -
System Red Green Blue C M Y K H S L
Decimal 184 7 34 0 0.96 0.82 0.28 350.85 0.93 0.37
Hex B8 7 22 0 60 52 1C 15F 5D 25
Octal 270 7 42 0 140 122 34 537 135 45
Binary 10111000 111 100010 0 1100000 1010010 11100 101011111 1011101 100101

Color Harmonies of #B80722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80722

Black with #B80722

Text Example


Text Example

White with #B80722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80722; }

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

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

background-color css

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

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

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

border-color css

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

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

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