#280915

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

Shades of Rustic Red #280915

Tints of Rustic Red #280915

Color information

#280915 (or 0x280915) is unknown color: approx Rustic Red. HEX triplet: 28, 09 and 15. RGB value is (40,9,21). Sum of RGB (Red+Green+Blue) = 40+9+21=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #280915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280915 is #D7F6EA. Grayscale: #131313. Windows color (decimal): -14153451 or 1378600. OLE color: 1378600.

HSL color Cylindrical-coordinate representation of color #280915: hue angle of 336.77º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280915 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB40921-
CMYK00.780.480.84
HSL336.77º63.27%9.61%-
HSV(B)336.77º77.5%15.69%-
XYZ1.110.70.79-
YUV19.64128.77142.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 9 (3.91% from 255) = 12.86%
BLUE value IS 21 (8.59% from 255) = 30%
R=57.14%
G=12.86%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4092100.780.480.84336.7763.279.61
Hex2891504E30541513fa
Octal5011250116601245217712
Binary1010001001101010100111011000010101001010100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280915; }

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

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

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

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

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

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

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

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