Html Css Color HEX #9F2200 Rust

📋 copy color: '#9F2200'

red 159 ◦ green 34 ◦ blue 0

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

Shades of Rust #9F2200

Tints of Rust #9F2200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.38%
G = 17.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9F2200 (or 0x9F2200) is known color: Rust. HEX triplet: 9F, 22 and 00. RGB value is (159,34,0). Sum of RGB (Red+Green+Blue) = 159+34+0=193 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.38% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2200 is #60DDFF. Grayscale: #434343. Windows color (decimal): -6348288 or 8863. OLE color: 8863.

HSL color Cylindrical-coordinate representation of color #9F2200: hue angle of 12.83º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F2200 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 34 0 -
CMYK 0 0.79 1 0.38
HSL 12.83º 1% 0.31% -
HSV(B) 12.83º 1% 0.62% -
XYZ 14.87 8.51 0.86 -
YUV 67.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 159 34 0 0 0.79 1 0.38 12.83 1 0.31
Hex 9F 22 0 0 4F 64 26 D 64 1F
Octal 237 42 0 0 117 144 46 15 144 37
Binary 10011111 100010 0 0 1001111 1100100 100110 1101 1100100 11111

Color Harmonies of #9F2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2200

Black with #9F2200

Text Example


Text Example

White with #9F2200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,34,0); }

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

background-color css

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

 a { background-color: rgb(159,34,0); }

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

border-color css

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

 span { border-color: rgb(159,34,0); }

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