Html Css Color HEX #280E13 Rustic Red

📋 copy color: '#280E13'

red 40 ◦ green 14 ◦ blue 19

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

Shades of Rustic Red #280E13

Tints of Rustic Red #280E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 54.79%
G = 19.18%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#280E13 (or 0x280E13) is known color: Rustic Red. HEX triplet: 28, 0E and 13. RGB value is (40,14,19). Sum of RGB (Red+Green+Blue) = 40+14+19=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #280E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E13 is #D7F1EC. Grayscale: #161616. Windows color (decimal): -14152173 or 1248808. OLE color: 1248808.

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

Color convert

RGB 40 14 19 -
CMYK 0 0.65 0.52 0.84
HSL 348.46º 0.48% 0.11% -
HSV(B) 348.46º 0.65% 0.16% -
XYZ 1.15 0.81 0.71 -
YUV 22.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 40 14 19 0 0.65 0.52 0.84 348.46 0.48 0.11
Hex 28 E 13 0 41 34 54 15C 30 B
Octal 50 16 23 0 101 64 124 534 60 13
Binary 101000 1110 10011 0 1000001 110100 1010100 101011100 110000 1011

Color Harmonies of #280E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E13

Black with #280E13

Text Example


Text Example

White with #280E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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