Html Css Color HEX #B9121D Venetian Red

📋 copy color: '#B9121D'

red 185 ◦ green 18 ◦ blue 29

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

Shades of Venetian Red #B9121D

Tints of Venetian Red #B9121D

RGB

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

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

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

R = 79.74%
G = 7.76%
B = 12.5%

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

#B9121D (or 0xB9121D) is known color: Venetian Red. HEX triplet: B9, 12 and 1D. RGB value is (185,18,29). Sum of RGB (Red+Green+Blue) = 185+18+29=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B9121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9121D is #46EDE2. Grayscale: #454545. Windows color (decimal): -4648419 or 1905337. OLE color: 1905337.

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

Color convert

RGB 185 18 29 -
CMYK 0 0.90 0.84 0.27
HSL 356.05º 0.82% 0.4% -
HSV(B) 356.05º 0.9% 0.73% -
XYZ 20.45 10.84 2.18 -
YUV 69.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 185 18 29 0 0.90 0.84 0.27 356.05 0.82 0.4
Hex B9 12 1D 0 5A 54 1B 164 52 28
Octal 271 22 35 0 132 124 33 544 122 50
Binary 10111001 10010 11101 0 1011010 1010100 11011 101100100 1010010 101000

Color Harmonies of #B9121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9121D

Black with #B9121D

Text Example


Text Example

White with #B9121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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