#28070B

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

Shades of Rustic Red #28070B

Tints of Rustic Red #28070B

Color information

#28070B (or 0x28070B) is unknown color: approx Rustic Red. HEX triplet: 28, 07 and 0B. RGB value is (40,7,11). Sum of RGB (Red+Green+Blue) = 40+7+11=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #28070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28070B is #D7F8F4. Grayscale: #111111. Windows color (decimal): -14153973 or 722728. OLE color: 722728.

HSL color Cylindrical-coordinate representation of color #28070B: hue angle of 352.73º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28070B is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB40711-
CMYK00.830.720.84
HSL352.73º70.21%9.22%-
HSV(B)352.73º82.5%15.69%-
XYZ1.010.630.38-
YUV17.32124.43144.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 68.97%
GREEN value IS 7 (3.12% from 255) = 12.07%
BLUE value IS 11 (4.69% from 255) = 18.97%
R=68.97%
G=12.07%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4071100.830.720.84352.7370.219.22
Hex287B0534854161469
Octal50713012311012454110611
Binary1010001111011010100111001000101010010110000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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