#B40C10

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

Shades of Venetian Red #B40C10

Tints of Venetian Red #B40C10

Color information

#B40C10 (or 0xB40C10) is unknown color: approx Venetian Red. HEX triplet: B4, 0C and 10. RGB value is (180,12,16). Sum of RGB (Red+Green+Blue) = 180+12+16=208 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.54% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40C10 is #4BF3EF. Grayscale: #3E3E3E. Windows color (decimal): -4977648 or 1051828. OLE color: 1051828.

HSL color Cylindrical-coordinate representation of color #B40C10: hue angle of 358.57º degrees, saturation: 0.88, 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 #B40C10 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1801216-
CMYK00.930.910.29
HSL358.57º87.5%37.65%-
HSV(B)358.57º93.33%70.59%-
XYZ19.05101.42-
YUV62.69101.66211.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 86.54%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 16 (6.64% from 255) = 7.69%
R=86.54%
G=5.77%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180121600.930.910.29358.5787.537.65
HexB4C1005D5B1D1675826
Octal264142001351333554713046
Binary10110100110010000010111011011011111011011001111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40C10; }

 p { color: rgb(180,12,16); }

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

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

 a { background-color: rgb(180,12,16); }

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

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

 span { border-color: rgb(180,12,16); }

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