Html Css Color HEX #B91012 Venetian Red

📋 copy color: '#B91012'

red 185 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #B91012

Tints of Venetian Red #B91012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 84.47%
G = 7.31%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B91012 (or 0xB91012) is known color: Venetian Red. HEX triplet: B9, 10 and 12. RGB value is (185,16,18). Sum of RGB (Red+Green+Blue) = 185+16+18=219 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.47% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 185 - color contains mainly: red. Hex color #B91012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91012 is #46EFED. Grayscale: #424242. Windows color (decimal): -4648942 or 1183929. OLE color: 1183929.

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

Color convert

RGB 185 16 18 -
CMYK 0 0.91 0.90 0.27
HSL 359.29º 0.84% 0.39% -
HSV(B) 359.29º 0.91% 0.73% -
XYZ 20.3 10.73 1.57 -
YUV 66.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 185 16 18 0 0.91 0.90 0.27 359.29 0.84 0.39
Hex B9 10 12 0 5B 5A 1B 167 54 27
Octal 271 20 22 0 133 132 33 547 124 47
Binary 10111001 10000 10010 0 1011011 1011010 11011 101100111 1010100 100111

Color Harmonies of #B91012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91012

Black with #B91012

Text Example


Text Example

White with #B91012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91012; }

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

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

background-color css

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

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

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

border-color css

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

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

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