Html Css Color HEX #B9121B Venetian Red

📋 copy color: '#B9121B'

red 185 ◦ green 18 ◦ blue 27

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

Shades of Venetian Red #B9121B

Tints of Venetian Red #B9121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

 BLUE value IS 27 (10.94% from 255) = 11.74%

R = 80.43%
G = 7.83%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9121B (or 0xB9121B) is known color: Venetian Red. HEX triplet: B9, 12 and 1B. RGB value is (185,18,27). Sum of RGB (Red+Green+Blue) = 185+18+27=230 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.43% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 185 - color contains mainly: red. Hex color #B9121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9121B is #46EDE4. Grayscale: #454545. Windows color (decimal): -4648421 or 1774265. OLE color: 1774265.

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

Color convert

RGB 185 18 27 -
CMYK 0 0.90 0.85 0.27
HSL 356.77º 0.82% 0.4% -
HSV(B) 356.77º 0.9% 0.73% -
XYZ 20.42 10.83 2.05 -
YUV 68.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 185 18 27 0 0.90 0.85 0.27 356.77 0.82 0.4
Hex B9 12 1B 0 5A 55 1B 165 52 28
Octal 271 22 33 0 132 125 33 545 122 50
Binary 10111001 10010 11011 0 1011010 1010101 11011 101100101 1010010 101000

Color Harmonies of #B9121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9121B

Black with #B9121B

Text Example


Text Example

White with #B9121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9121B; }

 p { color: rgb(185,18,27); }

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

background-color css

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

 a { background-color: rgb(185,18,27); }

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

border-color css

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

 span { border-color: rgb(185,18,27); }

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