#28060F

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

Shades of Rustic Red #28060F

Tints of Rustic Red #28060F

Color information

#28060F (or 0x28060F) is unknown color: approx Rustic Red. HEX triplet: 28, 06 and 0F. RGB value is (40,6,15). Sum of RGB (Red+Green+Blue) = 40+6+15=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #28060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28060F is #D7F9F0. Grayscale: #111111. Windows color (decimal): -14154225 or 984616. OLE color: 984616.

HSL color Cylindrical-coordinate representation of color #28060F: hue angle of 344.12º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28060F is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB40615-
CMYK00.850.620.84
HSL344.12º73.91%9.02%-
HSV(B)344.12º85%15.69%-
XYZ1.030.620.52-
YUV17.19126.76144.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 65.57%
GREEN value IS 6 (2.73% from 255) = 9.84%
BLUE value IS 15 (6.25% from 255) = 24.59%
R=65.57%
G=9.84%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4061500.850.620.84344.1273.919.02
Hex286F0553E541584a9
Octal5061701257612453011211
Binary101000110111101010101111110101010010101100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28060F; }

 p { color: rgb(40,6,15); }

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

<style>
 a { background-color: #28060F; }

 a { background-color: rgb(40,6,15); }

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

<style>
 span { border-color: #28060F; }

 span { border-color: rgb(40,6,15); }

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