#280C17

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

Shades of Rustic Red #280C17

Tints of Rustic Red #280C17

Color information

#280C17 (or 0x280C17) is unknown color: approx Rustic Red. HEX triplet: 28, 0C and 17. RGB value is (40,12,23). Sum of RGB (Red+Green+Blue) = 40+12+23=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #280C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C17 is #D7F3E8. Grayscale: #151515. Windows color (decimal): -14152681 or 1510440. OLE color: 1510440.

HSL color Cylindrical-coordinate representation of color #280C17: hue angle of 336.43º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #280C17 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB401223-
CMYK00.700.430.84
HSL336.43º53.85%10.2%-
HSV(B)336.43º70%15.69%-
XYZ1.160.780.9-
YUV21.63128.78141.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 53.33%
GREEN value IS 12 (5.08% from 255) = 16%
BLUE value IS 23 (9.38% from 255) = 30.67%
R=53.33%
G=16%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40122300.700.430.84336.4353.8510.2
Hex28C170462B5415036a
Octal5014270106531245206612
Binary1010001100101110100011010101110101001010100001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280C17; }

 p { color: rgb(40,12,23); }

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

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

 a { background-color: rgb(40,12,23); }

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

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

 span { border-color: rgb(40,12,23); }

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