Html Css Color HEX #B9011A Venetian Red

📋 copy color: '#B9011A'

red 185 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #B9011A

Tints of Venetian Red #B9011A

RGB

 RED value IS 185 (72.66% from 255) = 87.26%

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

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

R = 87.26%
G = 0.47%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9011A (or 0xB9011A) is known color: Venetian Red. HEX triplet: B9, 01 and 1A. RGB value is (185,1,26). Sum of RGB (Red+Green+Blue) = 185+1+26=212 (28% of max value = 765). Red value is 185 (72.66% from 255 or 87.26% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 185 - color contains mainly: red. Hex color #B9011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9011A is #46FEE5. Grayscale: #3A3A3A. Windows color (decimal): -4652774 or 1704377. OLE color: 1704377.

HSL color Cylindrical-coordinate representation of color #B9011A: hue angle of 351.85º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9011A is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 1 26 -
CMYK 0 0.99 0.86 0.27
HSL 351.85º 0.99% 0.36% -
HSV(B) 351.85º 0.99% 0.73% -
XYZ 20.2 10.41 1.92 -
YUV 58.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 185 1 26 0 0.99 0.86 0.27 351.85 0.99 0.36
Hex B9 1 1A 0 63 56 1B 160 63 24
Octal 271 1 32 0 143 126 33 540 143 44
Binary 10111001 1 11010 0 1100011 1010110 11011 101100000 1100011 100100

Color Harmonies of #B9011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9011A

Black with #B9011A

Text Example


Text Example

White with #B9011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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