#28030D

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

Shades of Rustic Red #28030D

Tints of Rustic Red #28030D

Color information

#28030D (or 0x28030D) is unknown color: approx Rustic Red. HEX triplet: 28, 03 and 0D. RGB value is (40,3,13). Sum of RGB (Red+Green+Blue) = 40+3+13=56 (7% of max value = 765). Red value is 40 (16.02% from 255 or 71.43% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 40 - color contains mainly: red. Hex color #28030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28030D is #D7FCF2. Grayscale: #0F0F0F. Windows color (decimal): -14154995 or 852776. OLE color: 852776.

HSL color Cylindrical-coordinate representation of color #28030D: hue angle of 343.78º 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 #28030D is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB40313-
CMYK00.930.670.84
HSL343.78º86.05%8.43%-
HSV(B)343.78º92.5%15.69%-
XYZ0.980.550.43-
YUV15.2126.76145.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 71.43%
GREEN value IS 3 (1.56% from 255) = 5.36%
BLUE value IS 13 (5.47% from 255) = 23.21%
R=71.43%
G=5.36%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4031300.930.670.84343.7886.058.43
Hex283D05D4354158568
Octal50315013510312453012610
Binary101000111101010111011000011101010010101100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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