Html Css Color HEX #B50122 Venetian Red

📋 copy color: '#B50122'

red 181 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #B50122

Tints of Venetian Red #B50122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 83.8%
G = 0.46%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B50122 (or 0xB50122) is known color: Venetian Red. HEX triplet: B5, 01 and 22. RGB value is (181,1,34). Sum of RGB (Red+Green+Blue) = 181+1+34=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B50122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50122 is #4AFEDD. Grayscale: #3A3A3A. Windows color (decimal): -4914910 or 2228661. OLE color: 2228661.

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

Color convert

RGB 181 1 34 -
CMYK 0 0.99 0.81 0.29
HSL 349º 0.99% 0.36% -
HSV(B) 349º 0.99% 0.71% -
XYZ 19.36 9.96 2.42 -
YUV 58.58 114.13 215.32 -
System Red Green Blue C M Y K H S L
Decimal 181 1 34 0 0.99 0.81 0.29 349 0.99 0.36
Hex B5 1 22 0 63 51 1D 15D 63 24
Octal 265 1 42 0 143 121 35 535 143 44
Binary 10110101 1 100010 0 1100011 1010001 11101 101011101 1100011 100100

Color Harmonies of #B50122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50122

Black with #B50122

Text Example


Text Example

White with #B50122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50122; }

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

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

background-color css

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

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

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

border-color css

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

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

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