#28010A

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

Shades of Rustic Red #28010A

Tints of Rustic Red #28010A

Color information

#28010A (or 0x28010A) is unknown color: approx Rustic Red. HEX triplet: 28, 01 and 0A. RGB value is (40,1,10). Sum of RGB (Red+Green+Blue) = 40+1+10=51 (6% of max value = 765). Red value is 40 (16.02% from 255 or 78.43% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 40 - color contains mainly: red. Hex color #28010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28010A is #D7FEF5. Grayscale: #0D0D0D. Windows color (decimal): -14155510 or 655656. OLE color: 655656.

HSL color Cylindrical-coordinate representation of color #28010A: hue angle of 346.15º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28010A is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB40110-
CMYK00.980.750.84
HSL346.15º95.12%8.04%-
HSV(B)346.15º97.5%15.69%-
XYZ0.940.490.33-
YUV13.69125.92146.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 78.43%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=78.43%
G=1.96%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4011000.980.750.84346.1595.128.04
Hex281A0624B5415a5f8
Octal50112014211312453213710
Binary10100011010011000101001011101010010101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28010A; }

 p { color: rgb(40,1,10); }

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

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

 a { background-color: rgb(40,1,10); }

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

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

 span { border-color: rgb(40,1,10); }

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