Html Css Color HEX #B50728 Venetian Red

📋 copy color: '#B50728'

red 181 ◦ green 7 ◦ blue 40

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

Shades of Venetian Red #B50728

Tints of Venetian Red #B50728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.07%

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

R = 79.39%
G = 3.07%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B50728 (or 0xB50728) is known color: Venetian Red. HEX triplet: B5, 07 and 28. RGB value is (181,7,40). Sum of RGB (Red+Green+Blue) = 181+7+40=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B50728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50728 is #4AF8D7. Grayscale: #3E3E3E. Windows color (decimal): -4913368 or 2623413. OLE color: 2623413.

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

Color convert

RGB 181 7 40 -
CMYK 0 0.96 0.78 0.29
HSL 348.62º 0.93% 0.37% -
HSV(B) 348.62º 0.96% 0.71% -
XYZ 19.52 10.13 2.93 -
YUV 62.79 115.15 212.32 -
System Red Green Blue C M Y K H S L
Decimal 181 7 40 0 0.96 0.78 0.29 348.62 0.93 0.37
Hex B5 7 28 0 60 4E 1D 15D 5D 25
Octal 265 7 50 0 140 116 35 535 135 45
Binary 10110101 111 101000 0 1100000 1001110 11101 101011101 1011101 100101

Color Harmonies of #B50728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50728

Black with #B50728

Text Example


Text Example

White with #B50728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50728; }

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

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

background-color css

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

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

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

border-color css

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

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

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