Html Css Color HEX #B80322 Venetian Red

📋 copy color: '#B80322'

red 184 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #B80322

Tints of Venetian Red #B80322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 83.26%
G = 1.36%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B80322 (or 0xB80322) is known color: Venetian Red. HEX triplet: B8, 03 and 22. RGB value is (184,3,34). Sum of RGB (Red+Green+Blue) = 184+3+34=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B80322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80322 is #47FCDD. Grayscale: #3C3C3C. Windows color (decimal): -4717790 or 2229176. OLE color: 2229176.

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

Color convert

RGB 184 3 34 -
CMYK 0 0.98 0.82 0.28
HSL 349.72º 0.97% 0.37% -
HSV(B) 349.72º 0.98% 0.72% -
XYZ 20.09 10.37 2.46 -
YUV 60.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 184 3 34 0 0.98 0.82 0.28 349.72 0.97 0.37
Hex B8 3 22 0 62 52 1C 15E 61 25
Octal 270 3 42 0 142 122 34 536 141 45
Binary 10111000 11 100010 0 1100010 1010010 11100 101011110 1100001 100101

Color Harmonies of #B80322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80322

Black with #B80322

Text Example


Text Example

White with #B80322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80322; }

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

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

background-color css

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

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

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

border-color css

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

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

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