Html Css Color HEX #9F2E05 Rust

📋 copy color: '#9F2E05'

red 159 ◦ green 46 ◦ blue 5

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

Shades of Rust #9F2E05

Tints of Rust #9F2E05

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.9%

 BLUE value IS 5 (2.34% from 255) = 2.38%

R = 75.71%
G = 21.9%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F2E05 (or 0x9F2E05) is known color: Rust. HEX triplet: 9F, 2E and 05. RGB value is (159,46,5). Sum of RGB (Red+Green+Blue) = 159+46+5=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2E05 is #60D1FA. Grayscale: #4B4B4B. Windows color (decimal): -6345211 or 339615. OLE color: 339615.

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

Color convert

RGB 159 46 5 -
CMYK 0 0.71 0.97 0.38
HSL 15.97º 0.94% 0.32% -
HSV(B) 15.97º 0.97% 0.62% -
XYZ 15.3 9.34 1.14 -
YUV 75.11 88.44 187.83 -
System Red Green Blue C M Y K H S L
Decimal 159 46 5 0 0.71 0.97 0.38 15.97 0.94 0.32
Hex 9F 2E 5 0 47 61 26 10 5E 20
Octal 237 56 5 0 107 141 46 20 136 40
Binary 10011111 101110 101 0 1000111 1100001 100110 10000 1011110 100000

Color Harmonies of #9F2E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2E05

Black with #9F2E05

Text Example


Text Example

White with #9F2E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,46,5); }

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

background-color css

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

 a { background-color: rgb(159,46,5); }

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

border-color css

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

 span { border-color: rgb(159,46,5); }

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