Html Css Color HEX #B50221 Venetian Red

📋 copy color: '#B50221'

red 181 ◦ green 2 ◦ blue 33

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

Shades of Venetian Red #B50221

Tints of Venetian Red #B50221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 33 (13.28% from 255) = 15.28%

R = 83.8%
G = 0.93%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B50221 (or 0xB50221) is known color: Venetian Red. HEX triplet: B5, 02 and 21. RGB value is (181,2,33). Sum of RGB (Red+Green+Blue) = 181+2+33=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B50221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50221 is #4AFDDE. Grayscale: #3B3B3B. Windows color (decimal): -4914655 or 2163381. OLE color: 2163381.

HSL color Cylindrical-coordinate representation of color #B50221: hue angle of 349.61º degrees, saturation: 0.98, 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 #B50221 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 33 -
CMYK 0 0.99 0.82 0.29
HSL 349.61º 0.98% 0.36% -
HSV(B) 349.61º 0.99% 0.71% -
XYZ 19.35 9.98 2.34 -
YUV 59.06 113.3 214.98 -
System Red Green Blue C M Y K H S L
Decimal 181 2 33 0 0.99 0.82 0.29 349.61 0.98 0.36
Hex B5 2 21 0 63 52 1D 15E 62 24
Octal 265 2 41 0 143 122 35 536 142 44
Binary 10110101 10 100001 0 1100011 1010010 11101 101011110 1100010 100100

Color Harmonies of #B50221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50221

Black with #B50221

Text Example


Text Example

White with #B50221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50221; }

 p { color: rgb(181,2,33); }

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

background-color css

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

 a { background-color: rgb(181,2,33); }

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

border-color css

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

 span { border-color: rgb(181,2,33); }

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