Html Css Color HEX #B9111C Venetian Red

📋 copy color: '#B9111C'

red 185 ◦ green 17 ◦ blue 28

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

Shades of Venetian Red #B9111C

Tints of Venetian Red #B9111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

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

R = 80.43%
G = 7.39%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9111C (or 0xB9111C) is known color: Venetian Red. HEX triplet: B9, 11 and 1C. RGB value is (185,17,28). Sum of RGB (Red+Green+Blue) = 185+17+28=230 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.43% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 185 - color contains mainly: red. Hex color #B9111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9111C is #46EEE3. Grayscale: #444444. Windows color (decimal): -4648676 or 1839545. OLE color: 1839545.

HSL color Cylindrical-coordinate representation of color #B9111C: hue angle of 356.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9111C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 17 28 -
CMYK 0 0.91 0.85 0.27
HSL 356.07º 0.83% 0.4% -
HSV(B) 356.07º 0.91% 0.73% -
XYZ 20.42 10.8 2.11 -
YUV 68.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 185 17 28 0 0.91 0.85 0.27 356.07 0.83 0.4
Hex B9 11 1C 0 5B 55 1B 164 53 28
Octal 271 21 34 0 133 125 33 544 123 50
Binary 10111001 10001 11100 0 1011011 1010101 11011 101100100 1010011 101000

Color Harmonies of #B9111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9111C

Black with #B9111C

Text Example


Text Example

White with #B9111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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