#280309

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

Shades of Rustic Red #280309

Tints of Rustic Red #280309

Color information

#280309 (or 0x280309) is unknown color: approx Rustic Red. HEX triplet: 28, 03 and 09. RGB value is (40,3,9). Sum of RGB (Red+Green+Blue) = 40+3+9=52 (6% of max value = 765). Red value is 40 (16.02% from 255 or 76.92% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 40 - color contains mainly: red. Hex color #280309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280309 is #D7FCF6. Grayscale: #0E0E0E. Windows color (decimal): -14154999 or 590632. OLE color: 590632.

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

Color convert

RGB4039-
CMYK00.930.780.84
HSL350.27º86.05%8.43%-
HSV(B)350.27º92.5%15.69%-
XYZ0.960.540.31-
YUV14.75124.76146.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 76.92%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=76.92%
G=5.77%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal403900.930.780.84350.2786.058.43
Hex283905D4E5415e568
Octal50311013511612453612610
Binary101000111001010111011001110101010010101111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280309; }

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

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

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

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

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

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

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

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