Html Css Color HEX #B80522 Venetian Red

📋 copy color: '#B80522'

red 184 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #B80522

Tints of Venetian Red #B80522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

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

R = 82.51%
G = 2.24%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B80522 (or 0xB80522) is known color: Venetian Red. HEX triplet: B8, 05 and 22. RGB value is (184,5,34). Sum of RGB (Red+Green+Blue) = 184+5+34=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B80522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80522 is #47FADD. Grayscale: #3D3D3D. Windows color (decimal): -4717278 or 2229688. OLE color: 2229688.

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

Color convert

RGB 184 5 34 -
CMYK 0 0.97 0.82 0.28
HSL 350.28º 0.95% 0.37% -
HSV(B) 350.28º 0.97% 0.72% -
XYZ 20.11 10.41 2.46 -
YUV 61.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 184 5 34 0 0.97 0.82 0.28 350.28 0.95 0.37
Hex B8 5 22 0 61 52 1C 15E 5F 25
Octal 270 5 42 0 141 122 34 536 137 45
Binary 10111000 101 100010 0 1100001 1010010 11100 101011110 1011111 100101

Color Harmonies of #B80522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80522

Black with #B80522

Text Example


Text Example

White with #B80522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80522; }

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

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

background-color css

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

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

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

border-color css

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

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

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