Html Css Color HEX #B50226 Venetian Red

📋 copy color: '#B50226'

red 181 ◦ green 2 ◦ blue 38

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

Shades of Venetian Red #B50226

Tints of Venetian Red #B50226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 81.9%
G = 0.9%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B50226 (or 0xB50226) is known color: Venetian Red. HEX triplet: B5, 02 and 26. RGB value is (181,2,38). Sum of RGB (Red+Green+Blue) = 181+2+38=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B50226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50226 is #4AFDD9. Grayscale: #3B3B3B. Windows color (decimal): -4914650 or 2491061. OLE color: 2491061.

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

Color convert

RGB 181 2 38 -
CMYK 0 0.99 0.79 0.29
HSL 347.93º 0.98% 0.36% -
HSV(B) 347.93º 0.99% 0.71% -
XYZ 19.43 10.01 2.74 -
YUV 59.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 181 2 38 0 0.99 0.79 0.29 347.93 0.98 0.36
Hex B5 2 26 0 63 4F 1D 15C 62 24
Octal 265 2 46 0 143 117 35 534 142 44
Binary 10110101 10 100110 0 1100011 1001111 11101 101011100 1100010 100100

Color Harmonies of #B50226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50226

Black with #B50226

Text Example


Text Example

White with #B50226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50226; }

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

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

background-color css

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

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

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

border-color css

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

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

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