Html Css Color HEX #280912 Rustic Red

📋 copy color: '#280912'

red 40 ◦ green 9 ◦ blue 18

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

Shades of Rustic Red #280912

Tints of Rustic Red #280912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 26.87%

R = 59.7%
G = 13.43%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#280912 (or 0x280912) is known color: Rustic Red. HEX triplet: 28, 09 and 12. RGB value is (40,9,18). Sum of RGB (Red+Green+Blue) = 40+9+18=67 (8% of max value = 765). Red value is 40 (16.02% from 255 or 59.70% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 40 - color contains mainly: red. Hex color #280912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280912 is #D7F6ED. Grayscale: #131313. Windows color (decimal): -14153454 or 1181992. OLE color: 1181992.

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

Color convert

RGB 40 9 18 -
CMYK 0 0.78 0.55 0.84
HSL 342.58º 0.63% 0.1% -
HSV(B) 342.58º 0.78% 0.16% -
XYZ 1.08 0.69 0.65 -
YUV 19.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 40 9 18 0 0.78 0.55 0.84 342.58 0.63 0.1
Hex 28 9 12 0 4E 37 54 157 3F A
Octal 50 11 22 0 116 67 124 527 77 12
Binary 101000 1001 10010 0 1001110 110111 1010100 101010111 111111 1010

Color Harmonies of #280912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280912

Black with #280912

Text Example


Text Example

White with #280912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280912; }

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

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

background-color css

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

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

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

border-color css

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

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

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