Html Css Color HEX #B50A26 Venetian Red

📋 copy color: '#B50A26'

red 181 ◦ green 10 ◦ blue 38

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

Shades of Venetian Red #B50A26

Tints of Venetian Red #B50A26

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.37%

 BLUE value IS 38 (15.23% from 255) = 16.59%

R = 79.04%
G = 4.37%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B50A26 (or 0xB50A26) is known color: Venetian Red. HEX triplet: B5, 0A and 26. RGB value is (181,10,38). Sum of RGB (Red+Green+Blue) = 181+10+38=229 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.04% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50A26 is #4AF5D9. Grayscale: #404040. Windows color (decimal): -4912602 or 2493109. OLE color: 2493109.

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

Color convert

RGB 181 10 38 -
CMYK 0 0.94 0.79 0.29
HSL 350.18º 0.9% 0.37% -
HSV(B) 350.18º 0.94% 0.71% -
XYZ 19.51 10.18 2.77 -
YUV 64.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 181 10 38 0 0.94 0.79 0.29 350.18 0.9 0.37
Hex B5 A 26 0 5E 4F 1D 15E 5A 25
Octal 265 12 46 0 136 117 35 536 132 45
Binary 10110101 1010 100110 0 1011110 1001111 11101 101011110 1011010 100101

Color Harmonies of #B50A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50A26

Black with #B50A26

Text Example


Text Example

White with #B50A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50A26; }

 p { color: rgb(181,10,38); }

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

background-color css

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

 a { background-color: rgb(181,10,38); }

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

border-color css

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

 span { border-color: rgb(181,10,38); }

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