#B40928

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

Shades of Venetian Red #B40928

Tints of Venetian Red #B40928

Color information

#B40928 (or 0xB40928) is unknown color: approx Venetian Red. HEX triplet: B4, 09 and 28. RGB value is (180,9,40). Sum of RGB (Red+Green+Blue) = 180+9+40=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B40928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40928 is #4BF6D7. Grayscale: #3F3F3F. Windows color (decimal): -4978392 or 2623924. OLE color: 2623924.

HSL color Cylindrical-coordinate representation of color #B40928: hue angle of 349.12º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40928 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB180940-
CMYK00.950.780.29
HSL349.12º90.48%37.06%-
HSV(B)349.12º95%70.59%-
XYZ19.310.052.93-
YUV63.66114.65210.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 78.60%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 40 (16.02% from 255) = 17.47%
R=78.60%
G=3.93%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18094000.950.780.29349.1290.4837.06
HexB492805F4E1D15d5a25
Octal264115001371163553513245
Binary101101001001101000010111111001110111011010111011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40928; }

 p { color: rgb(180,9,40); }

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

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

 a { background-color: rgb(180,9,40); }

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

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

 span { border-color: rgb(180,9,40); }

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