#B40F25

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

Shades of Venetian Red #B40F25

Tints of Venetian Red #B40F25

Color information

#B40F25 (or 0xB40F25) is unknown color: approx Venetian Red. HEX triplet: B4, 0F and 25. RGB value is (180,15,37). Sum of RGB (Red+Green+Blue) = 180+15+37=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40F25 is #4BF0DA. Grayscale: #424242. Windows color (decimal): -4976859 or 2428852. OLE color: 2428852.

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

Color convert

RGB1801537-
CMYK00.920.790.29
HSL352º84.62%38.24%-
HSV(B)352º91.67%70.59%-
XYZ19.3310.182.7-
YUV66.84111.16208.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 77.59%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=77.59%
G=6.47%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180153700.920.790.2935284.6238.24
HexB4F2505C4F1D1605526
Octal264174501341173554012546
Binary101101001111100101010111001001111111011011000001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40F25; }

 p { color: rgb(180,15,37); }

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

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

 a { background-color: rgb(180,15,37); }

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

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

 span { border-color: rgb(180,15,37); }

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