#280412

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

Shades of Rustic Red #280412

Tints of Rustic Red #280412

Color information

#280412 (or 0x280412) is unknown color: approx Rustic Red. HEX triplet: 28, 04 and 12. RGB value is (40,4,18). Sum of RGB (Red+Green+Blue) = 40+4+18=62 (8% of max value = 765). Red value is 40 (16.02% from 255 or 64.52% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 40 - color contains mainly: red. Hex color #280412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280412 is #D7FBED. Grayscale: #101010. Windows color (decimal): -14154734 or 1180712. OLE color: 1180712.

HSL color Cylindrical-coordinate representation of color #280412: hue angle of 336.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280412 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB40418-
CMYK00.900.550.84
HSL336.67º81.82%8.63%-
HSV(B)336.67º90%15.69%-
XYZ1.030.580.63-
YUV16.36128.93144.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 64.52%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=64.52%
G=6.45%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4041800.900.550.84336.6781.828.63
Hex2841205A3754151529
Octal5042201326712452112211
Binary1010001001001001011010110111101010010101000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280412; }

 p { color: rgb(40,4,18); }

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

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

 a { background-color: rgb(40,4,18); }

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

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

 span { border-color: rgb(40,4,18); }

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