#280413

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

Shades of Rustic Red #280413

Tints of Rustic Red #280413

Color information

#280413 (or 0x280413) is unknown color: approx Rustic Red. HEX triplet: 28, 04 and 13. RGB value is (40,4,19). Sum of RGB (Red+Green+Blue) = 40+4+19=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280413 is #D7FBEC. Grayscale: #101010. Windows color (decimal): -14154733 or 1246248. OLE color: 1246248.

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

Color convert

RGB40419-
CMYK00.900.520.84
HSL335º81.82%8.63%-
HSV(B)335º90%15.69%-
XYZ1.040.580.67-
YUV16.47129.43144.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 4 (1.95% from 255) = 6.35%
BLUE value IS 19 (7.81% from 255) = 30.16%
R=63.49%
G=6.35%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4041900.900.520.8433581.828.63
Hex2841305A345414f529
Octal5042301326412451712211
Binary1010001001001101011010110100101010010100111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280413; }

 p { color: rgb(40,4,19); }

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

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

 a { background-color: rgb(40,4,19); }

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

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

 span { border-color: rgb(40,4,19); }

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