#280914

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

Shades of Rustic Red #280914

Tints of Rustic Red #280914

Color information

#280914 (or 0x280914) is unknown color: approx Rustic Red. HEX triplet: 28, 09 and 14. RGB value is (40,9,20). Sum of RGB (Red+Green+Blue) = 40+9+20=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #280914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280914 is #D7F6EB. Grayscale: #131313. Windows color (decimal): -14153452 or 1313064. OLE color: 1313064.

HSL color Cylindrical-coordinate representation of color #280914: hue angle of 338.71º 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 #280914 is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB40920-
CMYK00.780.50.84
HSL338.71º63.27%9.61%-
HSV(B)338.71º77.5%15.69%-
XYZ1.10.70.74-
YUV19.52128.27142.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.97%
GREEN value IS 9 (3.91% from 255) = 13.04%
BLUE value IS 20 (8.20% from 255) = 28.99%
R=57.97%
G=13.04%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4092000.780.50.84338.7163.279.61
Hex2891404E32541533fa
Octal5011240116621245237712
Binary1010001001101000100111011001010101001010100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280914; }

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

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

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

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

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

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

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

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