Html Css Color HEX #B9001F Venetian Red

📋 copy color: '#B9001F'

red 185 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #B9001F

Tints of Venetian Red #B9001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 14.35%

R = 85.65%
G = 0%
B = 14.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9001F (or 0xB9001F) is known color: Venetian Red. HEX triplet: B9, 00 and 1F. RGB value is (185,0,31). Sum of RGB (Red+Green+Blue) = 185+0+31=216 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.65% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 185 - color contains mainly: red. Hex color #B9001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9001F is #46FFE0. Grayscale: #3A3A3A. Windows color (decimal): -4653025 or 2031801. OLE color: 2031801.

HSL color Cylindrical-coordinate representation of color #B9001F: hue angle of 349.95º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9001F is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 31 -
CMYK 0 1 0.83 0.27
HSL 349.95º 1% 0.36% -
HSV(B) 349.95º 1% 0.73% -
XYZ 20.25 10.41 2.24 -
YUV 58.85 112.29 217.98 -
System Red Green Blue C M Y K H S L
Decimal 185 0 31 0 1 0.83 0.27 349.95 1 0.36
Hex B9 0 1F 0 64 53 1B 15E 64 24
Octal 271 0 37 0 144 123 33 536 144 44
Binary 10111001 0 11111 0 1100100 1010011 11011 101011110 1100100 100100

Color Harmonies of #B9001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9001F

Black with #B9001F

Text Example


Text Example

White with #B9001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9001F; }

 p { color: rgb(185,0,31); }

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

background-color css

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

 a { background-color: rgb(185,0,31); }

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

border-color css

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

 span { border-color: rgb(185,0,31); }

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