Html Css Color HEX #B50521 Venetian Red

📋 copy color: '#B50521'

red 181 ◦ green 5 ◦ blue 33

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

Shades of Venetian Red #B50521

Tints of Venetian Red #B50521

RGB

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

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

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

R = 82.65%
G = 2.28%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B50521 (or 0xB50521) is known color: Venetian Red. HEX triplet: B5, 05 and 21. RGB value is (181,5,33). Sum of RGB (Red+Green+Blue) = 181+5+33=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B50521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50521 is #4AFADE. Grayscale: #3C3C3C. Windows color (decimal): -4913887 or 2164149. OLE color: 2164149.

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

Color convert

RGB 181 5 33 -
CMYK 0 0.97 0.82 0.29
HSL 350.45º 0.95% 0.36% -
HSV(B) 350.45º 0.97% 0.71% -
XYZ 19.38 10.04 2.36 -
YUV 60.82 112.31 213.72 -
System Red Green Blue C M Y K H S L
Decimal 181 5 33 0 0.97 0.82 0.29 350.45 0.95 0.36
Hex B5 5 21 0 61 52 1D 15E 5F 24
Octal 265 5 41 0 141 122 35 536 137 44
Binary 10110101 101 100001 0 1100001 1010010 11101 101011110 1011111 100100

Color Harmonies of #B50521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50521

Black with #B50521

Text Example


Text Example

White with #B50521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50521; }

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

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

background-color css

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

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

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

border-color css

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

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

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