Html Css Color HEX #B50822 Venetian Red

📋 copy color: '#B50822'

red 181 ◦ green 8 ◦ blue 34

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

Shades of Venetian Red #B50822

Tints of Venetian Red #B50822

RGB

 RED value IS 181 (71.09% from 255) = 81.17%

 GREEN value IS 8 (3.52% from 255) = 3.59%

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

R = 81.17%
G = 3.59%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B50822 (or 0xB50822) is known color: Venetian Red. HEX triplet: B5, 08 and 22. RGB value is (181,8,34). Sum of RGB (Red+Green+Blue) = 181+8+34=223 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.17% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 181 - color contains mainly: red. Hex color #B50822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50822 is #4AF7DD. Grayscale: #3E3E3E. Windows color (decimal): -4913118 or 2230453. OLE color: 2230453.

HSL color Cylindrical-coordinate representation of color #B50822: hue angle of 350.98º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50822 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 8 34 -
CMYK 0 0.96 0.81 0.29
HSL 350.98º 0.92% 0.37% -
HSV(B) 350.98º 0.96% 0.71% -
XYZ 19.43 10.11 2.44 -
YUV 62.69 111.81 212.39 -
System Red Green Blue C M Y K H S L
Decimal 181 8 34 0 0.96 0.81 0.29 350.98 0.92 0.37
Hex B5 8 22 0 60 51 1D 15F 5C 25
Octal 265 10 42 0 140 121 35 537 134 45
Binary 10110101 1000 100010 0 1100000 1010001 11101 101011111 1011100 100101

Color Harmonies of #B50822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50822

Black with #B50822

Text Example


Text Example

White with #B50822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50822; }

 p { color: rgb(181,8,34); }

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

background-color css

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

 a { background-color: rgb(181,8,34); }

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

border-color css

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

 span { border-color: rgb(181,8,34); }

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