Html Css Color HEX #B50528 Venetian Red

📋 copy color: '#B50528'

red 181 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #B50528

Tints of Venetian Red #B50528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.21%

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

R = 80.09%
G = 2.21%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B50528 (or 0xB50528) is known color: Venetian Red. HEX triplet: B5, 05 and 28. RGB value is (181,5,40). Sum of RGB (Red+Green+Blue) = 181+5+40=226 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.09% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 181 - color contains mainly: red. Hex color #B50528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50528 is #4AFAD7. Grayscale: #3D3D3D. Windows color (decimal): -4913880 or 2622901. OLE color: 2622901.

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

Color convert

RGB 181 5 40 -
CMYK 0 0.97 0.78 0.29
HSL 348.07º 0.95% 0.36% -
HSV(B) 348.07º 0.97% 0.71% -
XYZ 19.49 10.09 2.93 -
YUV 61.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 181 5 40 0 0.97 0.78 0.29 348.07 0.95 0.36
Hex B5 5 28 0 61 4E 1D 15C 5F 24
Octal 265 5 50 0 141 116 35 534 137 44
Binary 10110101 101 101000 0 1100001 1001110 11101 101011100 1011111 100100

Color Harmonies of #B50528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50528

Black with #B50528

Text Example


Text Example

White with #B50528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50528; }

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

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

background-color css

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

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

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

border-color css

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

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

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