Html Css Color HEX #B9031C Venetian Red

📋 copy color: '#B9031C'

red 185 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #B9031C

Tints of Venetian Red #B9031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.96%

R = 85.65%
G = 1.39%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9031C (or 0xB9031C) is known color: Venetian Red. HEX triplet: B9, 03 and 1C. RGB value is (185,3,28). Sum of RGB (Red+Green+Blue) = 185+3+28=216 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.65% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 185 - color contains mainly: red. Hex color #B9031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9031C is #46FCE3. Grayscale: #3C3C3C. Windows color (decimal): -4652260 or 1835961. OLE color: 1835961.

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

Color convert

RGB 185 3 28 -
CMYK 0 0.98 0.85 0.27
HSL 351.76º 0.97% 0.37% -
HSV(B) 351.76º 0.98% 0.73% -
XYZ 20.25 10.46 2.05 -
YUV 60.27 109.8 216.97 -
System Red Green Blue C M Y K H S L
Decimal 185 3 28 0 0.98 0.85 0.27 351.76 0.97 0.37
Hex B9 3 1C 0 62 55 1B 160 61 25
Octal 271 3 34 0 142 125 33 540 141 45
Binary 10111001 11 11100 0 1100010 1010101 11011 101100000 1100001 100101

Color Harmonies of #B9031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9031C

Black with #B9031C

Text Example


Text Example

White with #B9031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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