Html Css Color HEX #B50127 Venetian Red

📋 copy color: '#B50127'

red 181 ◦ green 1 ◦ blue 39

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

Shades of Venetian Red #B50127

Tints of Venetian Red #B50127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.65%

R = 81.9%
G = 0.45%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B50127 (or 0xB50127) is known color: Venetian Red. HEX triplet: B5, 01 and 27. RGB value is (181,1,39). Sum of RGB (Red+Green+Blue) = 181+1+39=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B50127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50127 is #4AFED8. Grayscale: #3B3B3B. Windows color (decimal): -4914905 or 2556341. OLE color: 2556341.

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

Color convert

RGB 181 1 39 -
CMYK 0 0.99 0.78 0.29
HSL 347.33º 0.99% 0.36% -
HSV(B) 347.33º 0.99% 0.71% -
XYZ 19.43 9.99 2.82 -
YUV 59.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 181 1 39 0 0.99 0.78 0.29 347.33 0.99 0.36
Hex B5 1 27 0 63 4E 1D 15B 63 24
Octal 265 1 47 0 143 116 35 533 143 44
Binary 10110101 1 100111 0 1100011 1001110 11101 101011011 1100011 100100

Color Harmonies of #B50127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50127

Black with #B50127

Text Example


Text Example

White with #B50127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50127; }

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

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

background-color css

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

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

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

border-color css

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

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

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