Html Css Color HEX #28090A Rustic Red

📋 copy color: '#28090A'

red 40 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #28090A

Tints of Rustic Red #28090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 16.95%

R = 67.8%
G = 15.25%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.84

RGB Variations

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

Color information

#28090A (or 0x28090A) is known color: Rustic Red. HEX triplet: 28, 09 and 0A. RGB value is (40,9,10). Sum of RGB (Red+Green+Blue) = 40+9+10=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #28090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28090A is #D7F6F5. Grayscale: #121212. Windows color (decimal): -14153462 or 657704. OLE color: 657704.

HSL color Cylindrical-coordinate representation of color #28090A: hue angle of 358.06º 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 #28090A is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 9 10 -
CMYK 0 0.78 0.75 0.84
HSL 358.06º 0.63% 0.1% -
HSV(B) 358.06º 0.78% 0.16% -
XYZ 1.03 0.67 0.36 -
YUV 18.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 40 9 10 0 0.78 0.75 0.84 358.06 0.63 0.1
Hex 28 9 A 0 4E 4B 54 166 3F A
Octal 50 11 12 0 116 113 124 546 77 12
Binary 101000 1001 1010 0 1001110 1001011 1010100 101100110 111111 1010

Color Harmonies of #28090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28090A

Black with #28090A

Text Example


Text Example

White with #28090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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