#280507

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

Shades of Rustic Red #280507

Tints of Rustic Red #280507

Color information

#280507 (or 0x280507) is unknown color: approx Rustic Red. HEX triplet: 28, 05 and 07. RGB value is (40,5,7). Sum of RGB (Red+Green+Blue) = 40+5+7=52 (6% of max value = 765). Red value is 40 (16.02% from 255 or 76.92% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 40 - color contains mainly: red. Hex color #280507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280507 is #D7FAF8. Grayscale: #0F0F0F. Windows color (decimal): -14154489 or 460072. OLE color: 460072.

HSL color Cylindrical-coordinate representation of color #280507: hue angle of 356.57º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280507 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.84.

Color convert

RGB4057-
CMYK00.880.830.84
HSL356.57º77.78%8.82%-
HSV(B)356.57º87.5%15.69%-
XYZ0.970.570.26-
YUV15.69123.1145.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 76.92%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 7 (3.12% from 255) = 13.46%
R=76.92%
G=9.62%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal405700.880.830.84356.5777.788.82
Hex285705853541654e9
Octal5057013012312454511611
Binary101000101111010110001010011101010010110010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280507; }

 p { color: rgb(40,5,7); }

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

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

 a { background-color: rgb(40,5,7); }

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

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

 span { border-color: rgb(40,5,7); }

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