Html Css Color HEX #B50320 Venetian Red

📋 copy color: '#B50320'

red 181 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #B50320

Tints of Venetian Red #B50320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.39%

 BLUE value IS 32 (12.89% from 255) = 14.81%

R = 83.8%
G = 1.39%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B50320 (or 0xB50320) is known color: Venetian Red. HEX triplet: B5, 03 and 20. RGB value is (181,3,32). Sum of RGB (Red+Green+Blue) = 181+3+32=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B50320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50320 is #4AFCDF. Grayscale: #3B3B3B. Windows color (decimal): -4914400 or 2098101. OLE color: 2098101.

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

Color convert

RGB 181 3 32 -
CMYK 0 0.98 0.82 0.29
HSL 350.22º 0.97% 0.36% -
HSV(B) 350.22º 0.98% 0.71% -
XYZ 19.35 9.99 2.28 -
YUV 59.53 112.47 214.64 -
System Red Green Blue C M Y K H S L
Decimal 181 3 32 0 0.98 0.82 0.29 350.22 0.97 0.36
Hex B5 3 20 0 62 52 1D 15E 61 24
Octal 265 3 40 0 142 122 35 536 141 44
Binary 10110101 11 100000 0 1100010 1010010 11101 101011110 1100001 100100

Color Harmonies of #B50320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50320

Black with #B50320

Text Example


Text Example

White with #B50320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50320; }

 p { color: rgb(181,3,32); }

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

background-color css

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

 a { background-color: rgb(181,3,32); }

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

border-color css

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

 span { border-color: rgb(181,3,32); }

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