Html Css Color HEX #B91013 Venetian Red

📋 copy color: '#B91013'

red 185 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #B91013

Tints of Venetian Red #B91013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.64%

R = 84.09%
G = 7.27%
B = 8.64%

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

#B91013 (or 0xB91013) is known color: Venetian Red. HEX triplet: B9, 10 and 13. RGB value is (185,16,19). Sum of RGB (Red+Green+Blue) = 185+16+19=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B91013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91013 is #46EFEC. Grayscale: #434343. Windows color (decimal): -4648941 or 1249465. OLE color: 1249465.

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

Color convert

RGB 185 16 19 -
CMYK 0 0.91 0.90 0.27
HSL 358.93º 0.84% 0.39% -
HSV(B) 358.93º 0.91% 0.73% -
XYZ 20.31 10.73 1.62 -
YUV 66.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 185 16 19 0 0.91 0.90 0.27 358.93 0.84 0.39
Hex B9 10 13 0 5B 5A 1B 167 54 27
Octal 271 20 23 0 133 132 33 547 124 47
Binary 10111001 10000 10011 0 1011011 1011010 11011 101100111 1010100 100111

Color Harmonies of #B91013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91013

Black with #B91013

Text Example


Text Example

White with #B91013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91013; }

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

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

background-color css

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

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

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

border-color css

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

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

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