#B91013

Color #B91013 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B91013

Tints of Venetian Red #B91013

Color information

#B91013 (or 0xB91013) is unknown color: approx 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

RGB1851619-
CMYK00.910.900.27
HSL358.93º84.08%39.41%-
HSV(B)358.93º91.35%72.55%-
XYZ20.3110.731.62-
YUV66.87100.99212.26-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185161900.910.900.27358.9384.0839.41
HexB9101305B5A1B1675427
Octal271202301331323354712447
Binary101110011000010011010110111011010110111011001111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>