Html Css Color HEX #B9121C Venetian Red

📋 copy color: '#B9121C'

red 185 ◦ green 18 ◦ blue 28

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

Shades of Venetian Red #B9121C

Tints of Venetian Red #B9121C

RGB

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

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

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

R = 80.09%
G = 7.79%
B = 12.12%

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

#B9121C (or 0xB9121C) is known color: Venetian Red. HEX triplet: B9, 12 and 1C. RGB value is (185,18,28). Sum of RGB (Red+Green+Blue) = 185+18+28=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B9121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9121C is #46EDE3. Grayscale: #454545. Windows color (decimal): -4648420 or 1839801. OLE color: 1839801.

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

Color convert

RGB 185 18 28 -
CMYK 0 0.90 0.85 0.27
HSL 356.41º 0.82% 0.4% -
HSV(B) 356.41º 0.9% 0.73% -
XYZ 20.43 10.83 2.11 -
YUV 69.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 185 18 28 0 0.90 0.85 0.27 356.41 0.82 0.4
Hex B9 12 1C 0 5A 55 1B 164 52 28
Octal 271 22 34 0 132 125 33 544 122 50
Binary 10111001 10010 11100 0 1011010 1010101 11011 101100100 1010010 101000

Color Harmonies of #B9121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9121C

Black with #B9121C

Text Example


Text Example

White with #B9121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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