Html Css Color HEX #9F2809 Rust

📋 copy color: '#9F2809'

red 159 ◦ green 40 ◦ blue 9

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

Shades of Rust #9F2809

Tints of Rust #9F2809

RGB

 RED value IS 159 (62.5% from 255) = 76.44%

 GREEN value IS 40 (16.02% from 255) = 19.23%

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

R = 76.44%
G = 19.23%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F2809 (or 0x9F2809) is known color: Rust. HEX triplet: 9F, 28 and 09. RGB value is (159,40,9). Sum of RGB (Red+Green+Blue) = 159+40+9=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2809 is #60D7F6. Grayscale: #484848. Windows color (decimal): -6346743 or 600223. OLE color: 600223.

HSL color Cylindrical-coordinate representation of color #9F2809: hue angle of 12.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F2809 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 40 9 -
CMYK 0 0.75 0.94 0.38
HSL 12.4º 0.89% 0.33% -
HSV(B) 12.4º 0.94% 0.62% -
XYZ 15.11 8.91 1.18 -
YUV 72.05 92.42 190.02 -
System Red Green Blue C M Y K H S L
Decimal 159 40 9 0 0.75 0.94 0.38 12.4 0.89 0.33
Hex 9F 28 9 0 4B 5E 26 C 59 21
Octal 237 50 11 0 113 136 46 14 131 41
Binary 10011111 101000 1001 0 1001011 1011110 100110 1100 1011001 100001

Color Harmonies of #9F2809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2809

Black with #9F2809

Text Example


Text Example

White with #9F2809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F2809; }

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

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

background-color css

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

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

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

border-color css

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

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

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