Html Css Color HEX #280E10 Rustic Red

📋 copy color: '#280E10'

red 40 ◦ green 14 ◦ blue 16

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

Shades of Rustic Red #280E10

Tints of Rustic Red #280E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 22.86%

R = 57.14%
G = 20%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.84

RGB Variations

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

Color information

#280E10 (or 0x280E10) is known color: Rustic Red. HEX triplet: 28, 0E and 10. RGB value is (40,14,16). Sum of RGB (Red+Green+Blue) = 40+14+16=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #280E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E10 is #D7F1EF. Grayscale: #161616. Windows color (decimal): -14152176 or 1052200. OLE color: 1052200.

HSL color Cylindrical-coordinate representation of color #280E10: hue angle of 355.38º 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 #280E10 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 14 16 -
CMYK 0 0.65 0.60 0.84
HSL 355.38º 0.48% 0.11% -
HSV(B) 355.38º 0.65% 0.16% -
XYZ 1.13 0.8 0.59 -
YUV 22 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 40 14 16 0 0.65 0.60 0.84 355.38 0.48 0.11
Hex 28 E 10 0 41 3C 54 163 30 B
Octal 50 16 20 0 101 74 124 543 60 13
Binary 101000 1110 10000 0 1000001 111100 1010100 101100011 110000 1011

Color Harmonies of #280E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E10

Black with #280E10

Text Example


Text Example

White with #280E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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