#280814

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

Shades of Rustic Red #280814

Tints of Rustic Red #280814

Color information

#280814 (or 0x280814) is unknown color: approx Rustic Red. HEX triplet: 28, 08 and 14. RGB value is (40,8,20). Sum of RGB (Red+Green+Blue) = 40+8+20=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #280814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280814 is #D7F7EB. Grayscale: #121212. Windows color (decimal): -14153708 or 1312808. OLE color: 1312808.

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

Color convert

RGB40820-
CMYK00.800.50.84
HSL337.5º66.67%9.41%-
HSV(B)337.5º80%15.69%-
XYZ1.090.680.73-
YUV18.94128.6143.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 58.82%
GREEN value IS 8 (3.52% from 255) = 11.76%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=58.82%
G=11.76%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4082000.800.50.84337.566.679.41
Hex288140503254152439
Octal50102401206212452210311
Binary10100010001010001010000110010101010010101001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280814; }

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

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

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

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

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

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

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

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