#B90424

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

Shades of Venetian Red #B90424

Tints of Venetian Red #B90424

Color information

#B90424 (or 0xB90424) is unknown color: approx Venetian Red. HEX triplet: B9, 04 and 24. RGB value is (185,4,36). Sum of RGB (Red+Green+Blue) = 185+4+36=225 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.22% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 185 - color contains mainly: red. Hex color #B90424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90424 is #46FBDB. Grayscale: #3D3D3D. Windows color (decimal): -4651996 or 2360505. OLE color: 2360505.

HSL color Cylindrical-coordinate representation of color #B90424: hue angle of 349.39º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90424 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB185436-
CMYK00.980.810.27
HSL349.39º95.77%37.06%-
HSV(B)349.39º97.84%72.55%-
XYZ20.3710.532.63-
YUV61.77113.47215.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 82.22%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 36 (14.45% from 255) = 16%
R=82.22%
G=1.78%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18543600.980.810.27349.3995.7737.06
HexB9424062511B15d6025
Octal27144401421213353514045
Binary10111001100100100011000101010001110111010111011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90424; }

 p { color: rgb(185,4,36); }

 H1.HeaderClassName
 {
   color: #B90424;
 }
 .AnyTagClassName
 {
   color: #B90424;
 }
</style>
background-color css

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

 a { background-color: rgb(185,4,36); }

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

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

 span { border-color: rgb(185,4,36); }

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