Html Css Color HEX #B9011C Venetian Red

📋 copy color: '#B9011C'

red 185 ◦ green 1 ◦ blue 28

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

Shades of Venetian Red #B9011C

Tints of Venetian Red #B9011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 86.45%
G = 0.47%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9011C (or 0xB9011C) is known color: Venetian Red. HEX triplet: B9, 01 and 1C. RGB value is (185,1,28). Sum of RGB (Red+Green+Blue) = 185+1+28=214 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.45% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 185 - color contains mainly: red. Hex color #B9011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9011C is #46FEE3. Grayscale: #3B3B3B. Windows color (decimal): -4652772 or 1835449. OLE color: 1835449.

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

Color convert

RGB 185 1 28 -
CMYK 0 0.99 0.85 0.27
HSL 351.2º 0.99% 0.36% -
HSV(B) 351.2º 0.99% 0.73% -
XYZ 20.23 10.42 2.04 -
YUV 59.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 185 1 28 0 0.99 0.85 0.27 351.2 0.99 0.36
Hex B9 1 1C 0 63 55 1B 15F 63 24
Octal 271 1 34 0 143 125 33 537 143 44
Binary 10111001 1 11100 0 1100011 1010101 11011 101011111 1100011 100100

Color Harmonies of #B9011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9011C

Black with #B9011C

Text Example


Text Example

White with #B9011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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