Html Css Color HEX #9F3001 Rust

📋 copy color: '#9F3001'

red 159 ◦ green 48 ◦ blue 1

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

Shades of Rust #9F3001

Tints of Rust #9F3001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 76.44%
G = 23.08%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F3001 (or 0x9F3001) is known color: Rust. HEX triplet: 9F, 30 and 01. RGB value is (159,48,1). Sum of RGB (Red+Green+Blue) = 159+48+1=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3001 is #60CFFE. Grayscale: #4C4C4C. Windows color (decimal): -6344703 or 77983. OLE color: 77983.

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

Color convert

RGB 159 48 1 -
CMYK 0 0.70 0.99 0.38
HSL 17.85º 0.99% 0.31% -
HSV(B) 17.85º 0.99% 0.62% -
XYZ 15.36 9.49 1.05 -
YUV 75.83 85.77 187.32 -
System Red Green Blue C M Y K H S L
Decimal 159 48 1 0 0.70 0.99 0.38 17.85 0.99 0.31
Hex 9F 30 1 0 46 63 26 12 63 1F
Octal 237 60 1 0 106 143 46 22 143 37
Binary 10011111 110000 1 0 1000110 1100011 100110 10010 1100011 11111

Color Harmonies of #9F3001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3001

Black with #9F3001

Text Example


Text Example

White with #9F3001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,48,1); }

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

background-color css

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

 a { background-color: rgb(159,48,1); }

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

border-color css

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

 span { border-color: rgb(159,48,1); }

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