Html Css Color HEX #B90519 Venetian Red

📋 copy color: '#B90519'

red 185 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #B90519

Tints of Venetian Red #B90519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

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

R = 86.05%
G = 2.33%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B90519 (or 0xB90519) is known color: Venetian Red. HEX triplet: B9, 05 and 19. RGB value is (185,5,25). Sum of RGB (Red+Green+Blue) = 185+5+25=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B90519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90519 is #46FAE6. Grayscale: #3D3D3D. Windows color (decimal): -4651751 or 1639865. OLE color: 1639865.

HSL color Cylindrical-coordinate representation of color #B90519: hue angle of 353.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90519 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 25 -
CMYK 0 0.97 0.86 0.27
HSL 353.33º 0.95% 0.37% -
HSV(B) 353.33º 0.97% 0.73% -
XYZ 20.24 10.49 1.88 -
YUV 61.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 185 5 25 0 0.97 0.86 0.27 353.33 0.95 0.37
Hex B9 5 19 0 61 56 1B 161 5F 25
Octal 271 5 31 0 141 126 33 541 137 45
Binary 10111001 101 11001 0 1100001 1010110 11011 101100001 1011111 100101

Color Harmonies of #B90519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90519

Black with #B90519

Text Example


Text Example

White with #B90519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90519; }

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

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

background-color css

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

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

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

border-color css

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

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

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