Html Css Color HEX #B5011E Venetian Red

📋 copy color: '#B5011E'

red 181 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #B5011E

Tints of Venetian Red #B5011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.15%

R = 85.38%
G = 0.47%
B = 14.15%

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

#B5011E (or 0xB5011E) is known color: Venetian Red. HEX triplet: B5, 01 and 1E. RGB value is (181,1,30). Sum of RGB (Red+Green+Blue) = 181+1+30=212 (28% of max value = 765). Red value is 181 (71.09% from 255 or 85.38% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 181 - color contains mainly: red. Hex color #B5011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5011E is #4AFEE1. Grayscale: #3A3A3A. Windows color (decimal): -4914914 or 1966517. OLE color: 1966517.

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

Color convert

RGB 181 1 30 -
CMYK 0 0.99 0.83 0.29
HSL 350.33º 0.99% 0.36% -
HSV(B) 350.33º 0.99% 0.71% -
XYZ 19.3 9.94 2.13 -
YUV 58.13 112.13 215.64 -
System Red Green Blue C M Y K H S L
Decimal 181 1 30 0 0.99 0.83 0.29 350.33 0.99 0.36
Hex B5 1 1E 0 63 53 1D 15E 63 24
Octal 265 1 36 0 143 123 35 536 143 44
Binary 10110101 1 11110 0 1100011 1010011 11101 101011110 1100011 100100

Color Harmonies of #B5011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5011E

Black with #B5011E

Text Example


Text Example

White with #B5011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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