Html Css Color HEX #B9121E Venetian Red

📋 copy color: '#B9121E'

red 185 ◦ green 18 ◦ blue 30

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

Shades of Venetian Red #B9121E

Tints of Venetian Red #B9121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 79.4%
G = 7.73%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9121E (or 0xB9121E) is known color: Venetian Red. HEX triplet: B9, 12 and 1E. RGB value is (185,18,30). Sum of RGB (Red+Green+Blue) = 185+18+30=233 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.40% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 185 - color contains mainly: red. Hex color #B9121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9121E is #46EDE1. Grayscale: #454545. Windows color (decimal): -4648418 or 1970873. OLE color: 1970873.

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

Color convert

RGB 185 18 30 -
CMYK 0 0.90 0.84 0.27
HSL 355.69º 0.82% 0.4% -
HSV(B) 355.69º 0.9% 0.73% -
XYZ 20.46 10.84 2.24 -
YUV 69.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 185 18 30 0 0.90 0.84 0.27 355.69 0.82 0.4
Hex B9 12 1E 0 5A 54 1B 164 52 28
Octal 271 22 36 0 132 124 33 544 122 50
Binary 10111001 10010 11110 0 1011010 1010100 11011 101100100 1010010 101000

Color Harmonies of #B9121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9121E

Black with #B9121E

Text Example


Text Example

White with #B9121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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