Html Css Color HEX #B91718 Venetian Red

📋 copy color: '#B91718'

red 185 ◦ green 23 ◦ blue 24

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

Shades of Venetian Red #B91718

Tints of Venetian Red #B91718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.34%

R = 79.74%
G = 9.91%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B91718 (or 0xB91718) is known color: Venetian Red. HEX triplet: B9, 17 and 18. RGB value is (185,23,24). Sum of RGB (Red+Green+Blue) = 185+23+24=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B91718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91718 is #46E8E7. Grayscale: #474747. Windows color (decimal): -4647144 or 1578937. OLE color: 1578937.

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

Color convert

RGB 185 23 24 -
CMYK 0 0.88 0.87 0.27
HSL 359.63º 0.78% 0.41% -
HSV(B) 359.63º 0.88% 0.73% -
XYZ 20.48 10.99 1.91 -
YUV 71.55 101.17 208.92 -
System Red Green Blue C M Y K H S L
Decimal 185 23 24 0 0.88 0.87 0.27 359.63 0.78 0.41
Hex B9 17 18 0 58 57 1B 168 4E 29
Octal 271 27 30 0 130 127 33 550 116 51
Binary 10111001 10111 11000 0 1011000 1010111 11011 101101000 1001110 101001

Color Harmonies of #B91718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91718

Black with #B91718

Text Example


Text Example

White with #B91718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91718; }

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

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

background-color css

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

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

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

border-color css

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

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

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