#280714

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

Shades of Rustic Red #280714

Tints of Rustic Red #280714

Color information

#280714 (or 0x280714) is unknown color: approx Rustic Red. HEX triplet: 28, 07 and 14. RGB value is (40,7,20). Sum of RGB (Red+Green+Blue) = 40+7+20=67 (8% of max value = 765). Red value is 40 (16.02% from 255 or 59.70% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 40 - color contains mainly: red. Hex color #280714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280714 is #D7F8EB. Grayscale: #121212. Windows color (decimal): -14153964 or 1312552. OLE color: 1312552.

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

Color convert

RGB40720-
CMYK00.830.50.84
HSL336.36º70.21%9.22%-
HSV(B)336.36º82.5%15.69%-
XYZ1.080.650.73-
YUV18.35128.93143.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 59.70%
GREEN value IS 7 (3.12% from 255) = 10.45%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=59.70%
G=10.45%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4072000.830.50.84336.3670.219.22
Hex287140533254150469
Octal5072401236212452010611
Binary1010001111010001010011110010101010010101000010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280714; }

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

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

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

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

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

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

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

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