#B90421

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

Shades of Venetian Red #B90421

Tints of Venetian Red #B90421

Color information

#B90421 (or 0xB90421) is unknown color: approx Venetian Red. HEX triplet: B9, 04 and 21. RGB value is (185,4,33). Sum of RGB (Red+Green+Blue) = 185+4+33=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B90421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90421 is #46FBDE. Grayscale: #3D3D3D. Windows color (decimal): -4651999 or 2163897. OLE color: 2163897.

HSL color Cylindrical-coordinate representation of color #B90421: hue angle of 350.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 #B90421 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB185433-
CMYK00.980.820.27
HSL350.39º95.77%37.06%-
HSV(B)350.39º97.84%72.55%-
XYZ20.3310.512.4-
YUV61.42111.97216.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 83.33%
GREEN value IS 4 (1.95% from 255) = 1.80%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=83.33%
G=1.80%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18543300.980.820.27350.3995.7737.06
HexB9421062521B15e6025
Octal27144101421223353614045
Binary10111001100100001011000101010010110111010111101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90421; }

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

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

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

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

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

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

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

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