Html Css Color HEX #B5011F Venetian Red

📋 copy color: '#B5011F'

red 181 ◦ green 1 ◦ blue 31

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

Shades of Venetian Red #B5011F

Tints of Venetian Red #B5011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.55%

R = 84.98%
G = 0.47%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5011F (or 0xB5011F) is known color: Venetian Red. HEX triplet: B5, 01 and 1F. RGB value is (181,1,31). Sum of RGB (Red+Green+Blue) = 181+1+31=213 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.98% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 181 - color contains mainly: red. Hex color #B5011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5011F is #4AFEE0. Grayscale: #3A3A3A. Windows color (decimal): -4914913 or 2032053. OLE color: 2032053.

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

Color convert

RGB 181 1 31 -
CMYK 0 0.99 0.83 0.29
HSL 350º 0.99% 0.36% -
HSV(B) 350º 0.99% 0.71% -
XYZ 19.31 9.94 2.2 -
YUV 58.24 112.63 215.56 -
System Red Green Blue C M Y K H S L
Decimal 181 1 31 0 0.99 0.83 0.29 350 0.99 0.36
Hex B5 1 1F 0 63 53 1D 15E 63 24
Octal 265 1 37 0 143 123 35 536 143 44
Binary 10110101 1 11111 0 1100011 1010011 11101 101011110 1100011 100100

Color Harmonies of #B5011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5011F

Black with #B5011F

Text Example


Text Example

White with #B5011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5011F; }

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

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

background-color css

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

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

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

border-color css

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

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

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