Html Css Color HEX #B91017 Venetian Red

📋 copy color: '#B91017'

red 185 ◦ green 16 ◦ blue 23

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

Shades of Venetian Red #B91017

Tints of Venetian Red #B91017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 23 (9.38% from 255) = 10.27%

R = 82.59%
G = 7.14%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B91017 (or 0xB91017) is known color: Venetian Red. HEX triplet: B9, 10 and 17. RGB value is (185,16,23). Sum of RGB (Red+Green+Blue) = 185+16+23=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B91017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91017 is #46EFE8. Grayscale: #434343. Windows color (decimal): -4648937 or 1511609. OLE color: 1511609.

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

Color convert

RGB 185 16 23 -
CMYK 0 0.91 0.88 0.27
HSL 357.51º 0.84% 0.39% -
HSV(B) 357.51º 0.91% 0.73% -
XYZ 20.35 10.75 1.81 -
YUV 67.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 185 16 23 0 0.91 0.88 0.27 357.51 0.84 0.39
Hex B9 10 17 0 5B 58 1B 166 54 27
Octal 271 20 27 0 133 130 33 546 124 47
Binary 10111001 10000 10111 0 1011011 1011000 11011 101100110 1010100 100111

Color Harmonies of #B91017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91017

Black with #B91017

Text Example


Text Example

White with #B91017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91017; }

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

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

background-color css

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

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

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

border-color css

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

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

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