Html Css Color HEX #280509 Rustic Red

📋 copy color: '#280509'

red 40 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #280509

Tints of Rustic Red #280509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.26%

 BLUE value IS 9 (3.91% from 255) = 16.67%

R = 74.07%
G = 9.26%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#280509 (or 0x280509) is known color: Rustic Red. HEX triplet: 28, 05 and 09. RGB value is (40,5,9). Sum of RGB (Red+Green+Blue) = 40+5+9=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #280509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280509 is #D7FAF6. Grayscale: #0F0F0F. Windows color (decimal): -14154487 or 591144. OLE color: 591144.

HSL color Cylindrical-coordinate representation of color #280509: hue angle of 353.14º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280509 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 5 9 -
CMYK 0 0.88 0.78 0.84
HSL 353.14º 0.78% 0.09% -
HSV(B) 353.14º 0.88% 0.16% -
XYZ 0.98 0.58 0.32 -
YUV 15.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 40 5 9 0 0.88 0.78 0.84 353.14 0.78 0.09
Hex 28 5 9 0 58 4E 54 161 4E 9
Octal 50 5 11 0 130 116 124 541 116 11
Binary 101000 101 1001 0 1011000 1001110 1010100 101100001 1001110 1001

Color Harmonies of #280509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280509

Black with #280509

Text Example


Text Example

White with #280509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280509; }

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

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

background-color css

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

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

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

border-color css

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

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

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