Html Css Color HEX #B9111D Venetian Red

📋 copy color: '#B9111D'

red 185 ◦ green 17 ◦ blue 29

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

Shades of Venetian Red #B9111D

Tints of Venetian Red #B9111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.55%

R = 80.09%
G = 7.36%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9111D (or 0xB9111D) is known color: Venetian Red. HEX triplet: B9, 11 and 1D. RGB value is (185,17,29). Sum of RGB (Red+Green+Blue) = 185+17+29=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B9111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9111D is #46EEE2. Grayscale: #444444. Windows color (decimal): -4648675 or 1905081. OLE color: 1905081.

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

Color convert

RGB 185 17 29 -
CMYK 0 0.91 0.84 0.27
HSL 355.71º 0.83% 0.4% -
HSV(B) 355.71º 0.91% 0.73% -
XYZ 20.43 10.8 2.17 -
YUV 68.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 185 17 29 0 0.91 0.84 0.27 355.71 0.83 0.4
Hex B9 11 1D 0 5B 54 1B 164 53 28
Octal 271 21 35 0 133 124 33 544 123 50
Binary 10111001 10001 11101 0 1011011 1010100 11011 101100100 1010011 101000

Color Harmonies of #B9111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9111D

Black with #B9111D

Text Example


Text Example

White with #B9111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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