Html Css Color HEX #9F3002 Rust

📋 copy color: '#9F3002'

red 159 ◦ green 48 ◦ blue 2

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

Shades of Rust #9F3002

Tints of Rust #9F3002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.96%

R = 76.08%
G = 22.97%
B = 0.96%

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

#9F3002 (or 0x9F3002) is known color: Rust. HEX triplet: 9F, 30 and 02. RGB value is (159,48,2). Sum of RGB (Red+Green+Blue) = 159+48+2=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3002 is #60CFFD. Grayscale: #4C4C4C. Windows color (decimal): -6344702 or 143519. OLE color: 143519.

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

Color convert

RGB 159 48 2 -
CMYK 0 0.70 0.99 0.38
HSL 17.58º 0.98% 0.32% -
HSV(B) 17.58º 0.99% 0.62% -
XYZ 15.37 9.49 1.08 -
YUV 75.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 159 48 2 0 0.70 0.99 0.38 17.58 0.98 0.32
Hex 9F 30 2 0 46 63 26 12 62 20
Octal 237 60 2 0 106 143 46 22 142 40
Binary 10011111 110000 10 0 1000110 1100011 100110 10010 1100010 100000

Color Harmonies of #9F3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3002

Black with #9F3002

Text Example


Text Example

White with #9F3002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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