Html Css Color HEX #B9121F Venetian Red

📋 copy color: '#B9121F'

red 185 ◦ green 18 ◦ blue 31

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

Shades of Venetian Red #B9121F

Tints of Venetian Red #B9121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 79.06%
G = 7.69%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9121F (or 0xB9121F) is known color: Venetian Red. HEX triplet: B9, 12 and 1F. RGB value is (185,18,31). Sum of RGB (Red+Green+Blue) = 185+18+31=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B9121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9121F is #46EDE0. Grayscale: #454545. Windows color (decimal): -4648417 or 2036409. OLE color: 2036409.

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

Color convert

RGB 185 18 31 -
CMYK 0 0.90 0.83 0.27
HSL 355.33º 0.82% 0.4% -
HSV(B) 355.33º 0.9% 0.73% -
XYZ 20.47 10.85 2.31 -
YUV 69.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 185 18 31 0 0.90 0.83 0.27 355.33 0.82 0.4
Hex B9 12 1F 0 5A 53 1B 163 52 28
Octal 271 22 37 0 132 123 33 543 122 50
Binary 10111001 10010 11111 0 1011010 1010011 11011 101100011 1010010 101000

Color Harmonies of #B9121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9121F

Black with #B9121F

Text Example


Text Example

White with #B9121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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