Html Css Color HEX #B9031A Venetian Red

📋 copy color: '#B9031A'

red 185 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #B9031A

Tints of Venetian Red #B9031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 26 (10.55% from 255) = 12.15%

R = 86.45%
G = 1.4%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9031A (or 0xB9031A) is known color: Venetian Red. HEX triplet: B9, 03 and 1A. RGB value is (185,3,26). Sum of RGB (Red+Green+Blue) = 185+3+26=214 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.45% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 185 - color contains mainly: red. Hex color #B9031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9031A is #46FCE5. Grayscale: #3C3C3C. Windows color (decimal): -4652262 or 1704889. OLE color: 1704889.

HSL color Cylindrical-coordinate representation of color #B9031A: hue angle of 352.42º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9031A is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 3 26 -
CMYK 0 0.98 0.86 0.27
HSL 352.42º 0.97% 0.37% -
HSV(B) 352.42º 0.98% 0.73% -
XYZ 20.23 10.45 1.93 -
YUV 60.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 185 3 26 0 0.98 0.86 0.27 352.42 0.97 0.37
Hex B9 3 1A 0 62 56 1B 160 61 25
Octal 271 3 32 0 142 126 33 540 141 45
Binary 10111001 11 11010 0 1100010 1010110 11011 101100000 1100001 100101

Color Harmonies of #B9031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9031A

Black with #B9031A

Text Example


Text Example

White with #B9031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9031A; }

 p { color: rgb(185,3,26); }

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

background-color css

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

 a { background-color: rgb(185,3,26); }

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

border-color css

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

 span { border-color: rgb(185,3,26); }

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