#280106

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

Shades of Rustic Red #280106

Tints of Rustic Red #280106

Color information

#280106 (or 0x280106) is unknown color: approx Rustic Red. HEX triplet: 28, 01 and 06. RGB value is (40,1,6). Sum of RGB (Red+Green+Blue) = 40+1+6=47 (6% of max value = 765). Red value is 40 (16.02% from 255 or 85.11% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 40 - color contains mainly: red. Hex color #280106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280106 is #D7FEF9. Grayscale: #0D0D0D. Windows color (decimal): -14155514 or 393512. OLE color: 393512.

HSL color Cylindrical-coordinate representation of color #280106: hue angle of 352.31º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280106 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB4016-
CMYK00.980.850.84
HSL352.31º95.12%8.04%-
HSV(B)352.31º97.5%15.69%-
XYZ0.920.490.22-
YUV13.23123.92147.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 85.11%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 6 (2.73% from 255) = 12.77%
R=85.11%
G=2.13%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal401600.980.850.84352.3195.128.04
Hex281606255541605f8
Octal5016014212512454013710
Binary1010001110011000101010101101010010110000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280106; }

 p { color: rgb(40,1,6); }

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

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

 a { background-color: rgb(40,1,6); }

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

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

 span { border-color: rgb(40,1,6); }

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