Html Css Color HEX #28090E Rustic Red

📋 copy color: '#28090E'

red 40 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #28090E

Tints of Rustic Red #28090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.29%

 BLUE value IS 14 (5.86% from 255) = 22.22%

R = 63.49%
G = 14.29%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.84

RGB Variations

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

Color information

#28090E (or 0x28090E) is known color: Rustic Red. HEX triplet: 28, 09 and 0E. RGB value is (40,9,14). Sum of RGB (Red+Green+Blue) = 40+9+14=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #28090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28090E is #D7F6F1. Grayscale: #121212. Windows color (decimal): -14153458 or 919848. OLE color: 919848.

HSL color Cylindrical-coordinate representation of color #28090E: hue angle of 350.32º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28090E is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 9 14 -
CMYK 0 0.78 0.65 0.84
HSL 350.32º 0.63% 0.1% -
HSV(B) 350.32º 0.78% 0.16% -
XYZ 1.05 0.68 0.49 -
YUV 18.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 40 9 14 0 0.78 0.65 0.84 350.32 0.63 0.1
Hex 28 9 E 0 4E 41 54 15E 3F A
Octal 50 11 16 0 116 101 124 536 77 12
Binary 101000 1001 1110 0 1001110 1000001 1010100 101011110 111111 1010

Color Harmonies of #28090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28090E

Black with #28090E

Text Example


Text Example

White with #28090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28090E; }

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

 H1.HeaderClassName
 {
   color: #28090E;
 }
 .AnyTagClassName
 {
   color: #28090E;
 }
</style>

background-color css

<style>
 a { background-color: #28090E; }

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

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

border-color css

<style>
 span { border-color: #28090E; }

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

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