Html Css Color HEX #B9031D Venetian Red

📋 copy color: '#B9031D'

red 185 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #B9031D

Tints of Venetian Red #B9031D

RGB

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

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

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

R = 85.25%
G = 1.38%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9031D (or 0xB9031D) is known color: Venetian Red. HEX triplet: B9, 03 and 1D. RGB value is (185,3,29). Sum of RGB (Red+Green+Blue) = 185+3+29=217 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.25% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 185 - color contains mainly: red. Hex color #B9031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9031D is #46FCE2. Grayscale: #3C3C3C. Windows color (decimal): -4652259 or 1901497. OLE color: 1901497.

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

Color convert

RGB 185 3 29 -
CMYK 0 0.98 0.84 0.27
HSL 351.43º 0.97% 0.37% -
HSV(B) 351.43º 0.98% 0.73% -
XYZ 20.26 10.47 2.12 -
YUV 60.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 185 3 29 0 0.98 0.84 0.27 351.43 0.97 0.37
Hex B9 3 1D 0 62 54 1B 15F 61 25
Octal 271 3 35 0 142 124 33 537 141 45
Binary 10111001 11 11101 0 1100010 1010100 11011 101011111 1100001 100101

Color Harmonies of #B9031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9031D

Black with #B9031D

Text Example


Text Example

White with #B9031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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