Html Css Color HEX #B5011A Venetian Red

📋 copy color: '#B5011A'

red 181 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #B5011A

Tints of Venetian Red #B5011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 26 (10.55% from 255) = 12.5%

R = 87.02%
G = 0.48%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5011A (or 0xB5011A) is known color: Venetian Red. HEX triplet: B5, 01 and 1A. RGB value is (181,1,26). Sum of RGB (Red+Green+Blue) = 181+1+26=208 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.02% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 181 - color contains mainly: red. Hex color #B5011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5011A is #4AFEE5. Grayscale: #393939. Windows color (decimal): -4914918 or 1704373. OLE color: 1704373.

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

Color convert

RGB 181 1 26 -
CMYK 0 0.99 0.86 0.29
HSL 351.67º 0.99% 0.36% -
HSV(B) 351.67º 0.99% 0.71% -
XYZ 19.25 9.92 1.88 -
YUV 57.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 181 1 26 0 0.99 0.86 0.29 351.67 0.99 0.36
Hex B5 1 1A 0 63 56 1D 160 63 24
Octal 265 1 32 0 143 126 35 540 143 44
Binary 10110101 1 11010 0 1100011 1010110 11101 101100000 1100011 100100

Color Harmonies of #B5011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5011A

Black with #B5011A

Text Example


Text Example

White with #B5011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5011A; }

 p { color: rgb(181,1,26); }

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

background-color css

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

 a { background-color: rgb(181,1,26); }

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

border-color css

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

 span { border-color: rgb(181,1,26); }

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