#280815

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

Shades of Rustic Red #280815

Tints of Rustic Red #280815

Color information

#280815 (or 0x280815) is unknown color: approx Rustic Red. HEX triplet: 28, 08 and 15. RGB value is (40,8,21). Sum of RGB (Red+Green+Blue) = 40+8+21=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #280815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280815 is #D7F7EA. Grayscale: #131313. Windows color (decimal): -14153707 or 1378344. OLE color: 1378344.

HSL color Cylindrical-coordinate representation of color #280815: hue angle of 335.62º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280815 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB40821-
CMYK00.800.480.84
HSL335.62º66.67%9.41%-
HSV(B)335.62º80%15.69%-
XYZ1.10.680.78-
YUV19.05129.1142.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.97%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 21 (8.59% from 255) = 30.43%
R=57.97%
G=11.59%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4082100.800.480.84335.6266.679.41
Hex288150503054150439
Octal50102501206012452010311
Binary10100010001010101010000110000101010010101000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280815; }

 p { color: rgb(40,8,21); }

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

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

 a { background-color: rgb(40,8,21); }

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

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

 span { border-color: rgb(40,8,21); }

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