Html Css Color HEX #B50626 Venetian Red

📋 copy color: '#B50626'

red 181 ◦ green 6 ◦ blue 38

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

Shades of Venetian Red #B50626

Tints of Venetian Red #B50626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

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

R = 80.44%
G = 2.67%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B50626 (or 0xB50626) is known color: Venetian Red. HEX triplet: B5, 06 and 26. RGB value is (181,6,38). Sum of RGB (Red+Green+Blue) = 181+6+38=225 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 181 - color contains mainly: red. Hex color #B50626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50626 is #4AF9D9. Grayscale: #3E3E3E. Windows color (decimal): -4913626 or 2492085. OLE color: 2492085.

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

Color convert

RGB 181 6 38 -
CMYK 0 0.97 0.79 0.29
HSL 349.03º 0.94% 0.37% -
HSV(B) 349.03º 0.97% 0.71% -
XYZ 19.47 10.09 2.76 -
YUV 61.97 114.48 212.9 -
System Red Green Blue C M Y K H S L
Decimal 181 6 38 0 0.97 0.79 0.29 349.03 0.94 0.37
Hex B5 6 26 0 61 4F 1D 15D 5E 25
Octal 265 6 46 0 141 117 35 535 136 45
Binary 10110101 110 100110 0 1100001 1001111 11101 101011101 1011110 100101

Color Harmonies of #B50626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50626

Black with #B50626

Text Example


Text Example

White with #B50626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50626; }

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

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

background-color css

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

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

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

border-color css

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

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

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