Html Css Color HEX #B90019 Venetian Red

📋 copy color: '#B90019'

red 185 ◦ green 0 ◦ blue 25

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

Shades of Venetian Red #B90019

Tints of Venetian Red #B90019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.9%

R = 88.1%
G = 0%
B = 11.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B90019 (or 0xB90019) is known color: Venetian Red. HEX triplet: B9, 00 and 19. RGB value is (185,0,25). Sum of RGB (Red+Green+Blue) = 185+0+25=210 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.10% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 185 - color contains mainly: red. Hex color #B90019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90019 is #46FFE6. Grayscale: #3A3A3A. Windows color (decimal): -4653031 or 1638585. OLE color: 1638585.

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

Color convert

RGB 185 0 25 -
CMYK 0 1 0.86 0.27
HSL 351.89º 1% 0.36% -
HSV(B) 351.89º 1% 0.73% -
XYZ 20.18 10.38 1.86 -
YUV 58.17 109.29 218.47 -
System Red Green Blue C M Y K H S L
Decimal 185 0 25 0 1 0.86 0.27 351.89 1 0.36
Hex B9 0 19 0 64 56 1B 160 64 24
Octal 271 0 31 0 144 126 33 540 144 44
Binary 10111001 0 11001 0 1100100 1010110 11011 101100000 1100100 100100

Color Harmonies of #B90019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90019

Black with #B90019

Text Example


Text Example

White with #B90019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90019; }

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

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

background-color css

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

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

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

border-color css

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

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

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