#B40D28

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

Shades of Venetian Red #B40D28

Tints of Venetian Red #B40D28

Color information

#B40D28 (or 0xB40D28) is unknown color: approx Venetian Red. HEX triplet: B4, 0D and 28. RGB value is (180,13,40). Sum of RGB (Red+Green+Blue) = 180+13+40=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40D28 is #4BF2D7. Grayscale: #424242. Windows color (decimal): -4977368 or 2624948. OLE color: 2624948.

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

Color convert

RGB1801340-
CMYK00.930.780.29
HSL350.3º86.53%37.84%-
HSV(B)350.3º92.78%70.59%-
XYZ19.3510.142.95-
YUV66.01113.33209.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 77.25%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=77.25%
G=5.58%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180134000.930.780.29350.386.5337.84
HexB4D2805D4E1D15e5726
Octal264155001351163553612746
Binary101101001101101000010111011001110111011010111101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D28; }

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

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

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

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

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

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

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

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