Html Css Color HEX #B50119 Venetian Red

📋 copy color: '#B50119'

red 181 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #B50119

Tints of Venetian Red #B50119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 87.44%
G = 0.48%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B50119 (or 0xB50119) is known color: Venetian Red. HEX triplet: B5, 01 and 19. RGB value is (181,1,25). Sum of RGB (Red+Green+Blue) = 181+1+25=207 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.44% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 181 - color contains mainly: red. Hex color #B50119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50119 is #4AFEE6. Grayscale: #393939. Windows color (decimal): -4914919 or 1638837. OLE color: 1638837.

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

Color convert

RGB 181 1 25 -
CMYK 0 0.99 0.86 0.29
HSL 352º 0.99% 0.36% -
HSV(B) 352º 0.99% 0.71% -
XYZ 19.24 9.92 1.82 -
YUV 57.56 109.63 216.05 -
System Red Green Blue C M Y K H S L
Decimal 181 1 25 0 0.99 0.86 0.29 352 0.99 0.36
Hex B5 1 19 0 63 56 1D 160 63 24
Octal 265 1 31 0 143 126 35 540 143 44
Binary 10110101 1 11001 0 1100011 1010110 11101 101100000 1100011 100100

Color Harmonies of #B50119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50119

Black with #B50119

Text Example


Text Example

White with #B50119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50119; }

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

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

background-color css

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

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

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

border-color css

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

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

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