Html Css Color HEX #B9141D Venetian Red

📋 copy color: '#B9141D'

red 185 ◦ green 20 ◦ blue 29

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

Shades of Venetian Red #B9141D

Tints of Venetian Red #B9141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

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

R = 79.06%
G = 8.55%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9141D (or 0xB9141D) is known color: Venetian Red. HEX triplet: B9, 14 and 1D. RGB value is (185,20,29). Sum of RGB (Red+Green+Blue) = 185+20+29=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B9141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9141D is #46EBE2. Grayscale: #464646. Windows color (decimal): -4647907 or 1905849. OLE color: 1905849.

HSL color Cylindrical-coordinate representation of color #B9141D: hue angle of 356.73º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9141D is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 20 29 -
CMYK 0 0.89 0.84 0.27
HSL 356.73º 0.8% 0.4% -
HSV(B) 356.73º 0.89% 0.73% -
XYZ 20.48 10.9 2.19 -
YUV 70.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 185 20 29 0 0.89 0.84 0.27 356.73 0.8 0.4
Hex B9 14 1D 0 59 54 1B 165 50 28
Octal 271 24 35 0 131 124 33 545 120 50
Binary 10111001 10100 11101 0 1011001 1010100 11011 101100101 1010000 101000

Color Harmonies of #B9141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9141D

Black with #B9141D

Text Example


Text Example

White with #B9141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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