Html Css Color HEX #B90419 Venetian Red

📋 copy color: '#B90419'

red 185 ◦ green 4 ◦ blue 25

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

Shades of Venetian Red #B90419

Tints of Venetian Red #B90419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

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

R = 86.45%
G = 1.87%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B90419 (or 0xB90419) is known color: Venetian Red. HEX triplet: B9, 04 and 19. RGB value is (185,4,25). Sum of RGB (Red+Green+Blue) = 185+4+25=214 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.45% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 185 - color contains mainly: red. Hex color #B90419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90419 is #46FBE6. Grayscale: #3C3C3C. Windows color (decimal): -4652007 or 1639609. OLE color: 1639609.

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

Color convert

RGB 185 4 25 -
CMYK 0 0.98 0.86 0.27
HSL 353.04º 0.96% 0.37% -
HSV(B) 353.04º 0.98% 0.73% -
XYZ 20.23 10.47 1.87 -
YUV 60.51 107.97 216.79 -
System Red Green Blue C M Y K H S L
Decimal 185 4 25 0 0.98 0.86 0.27 353.04 0.96 0.37
Hex B9 4 19 0 62 56 1B 161 60 25
Octal 271 4 31 0 142 126 33 541 140 45
Binary 10111001 100 11001 0 1100010 1010110 11011 101100001 1100000 100101

Color Harmonies of #B90419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90419

Black with #B90419

Text Example


Text Example

White with #B90419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90419; }

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

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

background-color css

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

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

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

border-color css

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

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

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