Html Css Color HEX #B90819 Venetian Red

📋 copy color: '#B90819'

red 185 ◦ green 8 ◦ blue 25

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

Shades of Venetian Red #B90819

Tints of Venetian Red #B90819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

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

R = 84.86%
G = 3.67%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B90819 (or 0xB90819) is known color: Venetian Red. HEX triplet: B9, 08 and 19. RGB value is (185,8,25). Sum of RGB (Red+Green+Blue) = 185+8+25=218 (28% of max value = 765). Red value is 185 (72.66% from 255 or 84.86% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 185 - color contains mainly: red. Hex color #B90819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90819 is #46F7E6. Grayscale: #3E3E3E. Windows color (decimal): -4650983 or 1640633. OLE color: 1640633.

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

Color convert

RGB 185 8 25 -
CMYK 0 0.96 0.86 0.27
HSL 354.24º 0.92% 0.38% -
HSV(B) 354.24º 0.96% 0.73% -
XYZ 20.27 10.56 1.89 -
YUV 62.86 106.64 215.12 -
System Red Green Blue C M Y K H S L
Decimal 185 8 25 0 0.96 0.86 0.27 354.24 0.92 0.38
Hex B9 8 19 0 60 56 1B 162 5C 26
Octal 271 10 31 0 140 126 33 542 134 46
Binary 10111001 1000 11001 0 1100000 1010110 11011 101100010 1011100 100110

Color Harmonies of #B90819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90819

Black with #B90819

Text Example


Text Example

White with #B90819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90819; }

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

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

background-color css

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

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

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

border-color css

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

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

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