Html Css Color HEX #B50323 Venetian Red

📋 copy color: '#B50323'

red 181 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #B50323

Tints of Venetian Red #B50323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.98%

R = 82.65%
G = 1.37%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B50323 (or 0xB50323) is known color: Venetian Red. HEX triplet: B5, 03 and 23. RGB value is (181,3,35). Sum of RGB (Red+Green+Blue) = 181+3+35=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B50323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50323 is #4AFCDC. Grayscale: #3B3B3B. Windows color (decimal): -4914397 or 2294709. OLE color: 2294709.

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

Color convert

RGB 181 3 35 -
CMYK 0 0.98 0.81 0.29
HSL 349.21º 0.97% 0.36% -
HSV(B) 349.21º 0.98% 0.71% -
XYZ 19.39 10.01 2.5 -
YUV 59.87 113.97 214.4 -
System Red Green Blue C M Y K H S L
Decimal 181 3 35 0 0.98 0.81 0.29 349.21 0.97 0.36
Hex B5 3 23 0 62 51 1D 15D 61 24
Octal 265 3 43 0 142 121 35 535 141 44
Binary 10110101 11 100011 0 1100010 1010001 11101 101011101 1100001 100100

Color Harmonies of #B50323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50323

Black with #B50323

Text Example


Text Example

White with #B50323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50323; }

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

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

background-color css

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

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

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

border-color css

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

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

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