#280B0F

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

Shades of Rustic Red #280B0F

Tints of Rustic Red #280B0F

Color information

#280B0F (or 0x280B0F) is unknown color: approx Rustic Red. HEX triplet: 28, 0B and 0F. RGB value is (40,11,15). Sum of RGB (Red+Green+Blue) = 40+11+15=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #280B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B0F is #D7F4F0. Grayscale: #141414. Windows color (decimal): -14152945 or 985896. OLE color: 985896.

HSL color Cylindrical-coordinate representation of color #280B0F: hue angle of 351.72º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B0F is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB401115-
CMYK00.720.620.84
HSL351.72º56.86%10%-
HSV(B)351.72º72.5%15.69%-
XYZ1.080.720.53-
YUV20.13125.11142.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 60.61%
GREEN value IS 11 (4.69% from 255) = 16.67%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=60.61%
G=16.67%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40111500.720.620.84351.7256.8610
Hex28BF0483E5416039a
Octal5013170110761245407112
Binary101000101111110100100011111010101001011000001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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