#28030A

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

Shades of Rustic Red #28030A

Tints of Rustic Red #28030A

Color information

#28030A (or 0x28030A) is unknown color: approx Rustic Red. HEX triplet: 28, 03 and 0A. RGB value is (40,3,10). Sum of RGB (Red+Green+Blue) = 40+3+10=53 (7% of max value = 765). Red value is 40 (16.02% from 255 or 75.47% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 40 - color contains mainly: red. Hex color #28030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28030A is #D7FCF5. Grayscale: #0E0E0E. Windows color (decimal): -14154998 or 656168. OLE color: 656168.

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

Color convert

RGB40310-
CMYK00.930.750.84
HSL348.65º86.05%8.43%-
HSV(B)348.65º92.5%15.69%-
XYZ0.960.540.34-
YUV14.86125.26145.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 75.47%
GREEN value IS 3 (1.56% from 255) = 5.66%
BLUE value IS 10 (4.30% from 255) = 18.87%
R=75.47%
G=5.66%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4031000.930.750.84348.6586.058.43
Hex283A05D4B5415d568
Octal50312013511312453512610
Binary101000111010010111011001011101010010101110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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