#28030B

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

Shades of Rustic Red #28030B

Tints of Rustic Red #28030B

Color information

#28030B (or 0x28030B) is unknown color: approx Rustic Red. HEX triplet: 28, 03 and 0B. RGB value is (40,3,11). Sum of RGB (Red+Green+Blue) = 40+3+11=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #28030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28030B is #D7FCF4. Grayscale: #0E0E0E. Windows color (decimal): -14154997 or 721704. OLE color: 721704.

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

Color convert

RGB40311-
CMYK00.930.720.84
HSL347.03º86.05%8.43%-
HSV(B)347.03º92.5%15.69%-
XYZ0.970.540.37-
YUV14.97125.76145.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 74.07%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=74.07%
G=5.56%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4031100.930.720.84347.0386.058.43
Hex283B05D485415b568
Octal50313013511012453312610
Binary101000111011010111011001000101010010101101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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