Html Css Color HEX #280E14 Rustic Red

📋 copy color: '#280E14'

red 40 ◦ green 14 ◦ blue 20

#280E14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #280E14

Tints of Rustic Red #280E14

RGB

 RED value IS 40 (16.02% from 255) = 54.05%

 GREEN value IS 14 (5.86% from 255) = 18.92%

 BLUE value IS 20 (8.2% from 255) = 27.03%

R = 54.05%
G = 18.92%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#280E14 (or 0x280E14) is known color: Rustic Red. HEX triplet: 28, 0E and 14. RGB value is (40,14,20). Sum of RGB (Red+Green+Blue) = 40+14+20=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #280E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E14 is #D7F1EB. Grayscale: #161616. Windows color (decimal): -14152172 or 1314344. OLE color: 1314344.

HSL color Cylindrical-coordinate representation of color #280E14: hue angle of 346.15º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #280E14 is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 14 20 -
CMYK 0 0.65 0.5 0.84
HSL 346.15º 0.48% 0.11% -
HSV(B) 346.15º 0.65% 0.16% -
XYZ 1.16 0.82 0.76 -
YUV 22.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 40 14 20 0 0.65 0.5 0.84 346.15 0.48 0.11
Hex 28 E 14 0 41 32 54 15A 30 B
Octal 50 16 24 0 101 62 124 532 60 13
Binary 101000 1110 10100 0 1000001 110010 1010100 101011010 110000 1011

Color Harmonies of #280E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E14

Black with #280E14

Text Example


Text Example

White with #280E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,14,20); }

 H1.HeaderClassName
 {
   color: #280E14;
 }
 .AnyTagClassName
 {
   color: #280E14;
 }
</style>

background-color css

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

 a { background-color: rgb(40,14,20); }

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

border-color css

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

 span { border-color: rgb(40,14,20); }

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