Html Css Color HEX #9F2504 Rust

📋 copy color: '#9F2504'

red 159 ◦ green 37 ◦ blue 4

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

Shades of Rust #9F2504

Tints of Rust #9F2504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.5%

 BLUE value IS 4 (1.95% from 255) = 2%

R = 79.5%
G = 18.5%
B = 2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F2504 (or 0x9F2504) is known color: Rust. HEX triplet: 9F, 25 and 04. RGB value is (159,37,4). Sum of RGB (Red+Green+Blue) = 159+37+4=200 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2504 is #60DAFB. Grayscale: #454545. Windows color (decimal): -6347516 or 271775. OLE color: 271775.

HSL color Cylindrical-coordinate representation of color #9F2504: hue angle of 12.77º degrees, saturation: 0.95, 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 #9F2504 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 37 4 -
CMYK 0 0.77 0.97 0.38
HSL 12.77º 0.95% 0.32% -
HSV(B) 12.77º 0.97% 0.62% -
XYZ 14.98 8.7 1.01 -
YUV 69.72 90.92 191.68 -
System Red Green Blue C M Y K H S L
Decimal 159 37 4 0 0.77 0.97 0.38 12.77 0.95 0.32
Hex 9F 25 4 0 4D 61 26 D 5F 20
Octal 237 45 4 0 115 141 46 15 137 40
Binary 10011111 100101 100 0 1001101 1100001 100110 1101 1011111 100000

Color Harmonies of #9F2504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2504

Black with #9F2504

Text Example


Text Example

White with #9F2504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,4); }

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

background-color css

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

 a { background-color: rgb(159,37,4); }

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

border-color css

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

 span { border-color: rgb(159,37,4); }

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