Html Css Color HEX #B9001E Venetian Red

📋 copy color: '#B9001E'

red 185 ◦ green 0 ◦ blue 30

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

Shades of Venetian Red #B9001E

Tints of Venetian Red #B9001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.95%

R = 86.05%
G = 0%
B = 13.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9001E (or 0xB9001E) is known color: Venetian Red. HEX triplet: B9, 00 and 1E. RGB value is (185,0,30). Sum of RGB (Red+Green+Blue) = 185+0+30=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B9001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9001E is #46FFE1. Grayscale: #3A3A3A. Windows color (decimal): -4653026 or 1966265. OLE color: 1966265.

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

Color convert

RGB 185 0 30 -
CMYK 0 1 0.84 0.27
HSL 350.27º 1% 0.36% -
HSV(B) 350.27º 1% 0.73% -
XYZ 20.24 10.41 2.17 -
YUV 58.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 185 0 30 0 1 0.84 0.27 350.27 1 0.36
Hex B9 0 1E 0 64 54 1B 15E 64 24
Octal 271 0 36 0 144 124 33 536 144 44
Binary 10111001 0 11110 0 1100100 1010100 11011 101011110 1100100 100100

Color Harmonies of #B9001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9001E

Black with #B9001E

Text Example


Text Example

White with #B9001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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