Html Css Color HEX #B50928 Venetian Red

📋 copy color: '#B50928'

red 181 ◦ green 9 ◦ blue 40

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

Shades of Venetian Red #B50928

Tints of Venetian Red #B50928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

 BLUE value IS 40 (16.02% from 255) = 17.39%

R = 78.7%
G = 3.91%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B50928 (or 0xB50928) is known color: Venetian Red. HEX triplet: B5, 09 and 28. RGB value is (181,9,40). Sum of RGB (Red+Green+Blue) = 181+9+40=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B50928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50928 is #4AF6D7. Grayscale: #404040. Windows color (decimal): -4912856 or 2623925. OLE color: 2623925.

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

Color convert

RGB 181 9 40 -
CMYK 0 0.95 0.78 0.29
HSL 349.19º 0.91% 0.37% -
HSV(B) 349.19º 0.95% 0.71% -
XYZ 19.54 10.17 2.94 -
YUV 63.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 181 9 40 0 0.95 0.78 0.29 349.19 0.91 0.37
Hex B5 9 28 0 5F 4E 1D 15D 5B 25
Octal 265 11 50 0 137 116 35 535 133 45
Binary 10110101 1001 101000 0 1011111 1001110 11101 101011101 1011011 100101

Color Harmonies of #B50928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50928

Black with #B50928

Text Example


Text Example

White with #B50928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50928; }

 p { color: rgb(181,9,40); }

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

background-color css

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

 a { background-color: rgb(181,9,40); }

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

border-color css

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

 span { border-color: rgb(181,9,40); }

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