Html Css Color HEX #B50719 Venetian Red

📋 copy color: '#B50719'

red 181 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #B50719

Tints of Venetian Red #B50719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.74%

R = 84.98%
G = 3.29%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B50719 (or 0xB50719) is known color: Venetian Red. HEX triplet: B5, 07 and 19. RGB value is (181,7,25). Sum of RGB (Red+Green+Blue) = 181+7+25=213 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.98% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 181 - color contains mainly: red. Hex color #B50719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50719 is #4AF8E6. Grayscale: #3D3D3D. Windows color (decimal): -4913383 or 1640373. OLE color: 1640373.

HSL color Cylindrical-coordinate representation of color #B50719: hue angle of 353.79º 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 #B50719 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 7 25 -
CMYK 0 0.96 0.86 0.29
HSL 353.79º 0.93% 0.37% -
HSV(B) 353.79º 0.96% 0.71% -
XYZ 19.31 10.05 1.84 -
YUV 61.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 181 7 25 0 0.96 0.86 0.29 353.79 0.93 0.37
Hex B5 7 19 0 60 56 1D 162 5D 25
Octal 265 7 31 0 140 126 35 542 135 45
Binary 10110101 111 11001 0 1100000 1010110 11101 101100010 1011101 100101

Color Harmonies of #B50719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50719

Black with #B50719

Text Example


Text Example

White with #B50719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50719; }

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

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

background-color css

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

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

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

border-color css

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

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

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