Html Css Color HEX #B91719 Venetian Red

📋 copy color: '#B91719'

red 185 ◦ green 23 ◦ blue 25

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

Shades of Venetian Red #B91719

Tints of Venetian Red #B91719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.87%

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

R = 79.4%
G = 9.87%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B91719 (or 0xB91719) is known color: Venetian Red. HEX triplet: B9, 17 and 19. RGB value is (185,23,25). Sum of RGB (Red+Green+Blue) = 185+23+25=233 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.40% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 185 - color contains mainly: red. Hex color #B91719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91719 is #46E8E6. Grayscale: #474747. Windows color (decimal): -4647143 or 1644473. OLE color: 1644473.

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

Color convert

RGB 185 23 25 -
CMYK 0 0.88 0.86 0.27
HSL 359.26º 0.78% 0.41% -
HSV(B) 359.26º 0.88% 0.73% -
XYZ 20.49 11 1.96 -
YUV 71.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 185 23 25 0 0.88 0.86 0.27 359.26 0.78 0.41
Hex B9 17 19 0 58 56 1B 167 4E 29
Octal 271 27 31 0 130 126 33 547 116 51
Binary 10111001 10111 11001 0 1011000 1010110 11011 101100111 1001110 101001

Color Harmonies of #B91719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91719

Black with #B91719

Text Example


Text Example

White with #B91719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91719; }

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

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

background-color css

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

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

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

border-color css

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

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

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