Html Css Color HEX #9F3003 Rust

📋 copy color: '#9F3003'

red 159 ◦ green 48 ◦ blue 3

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

Shades of Rust #9F3003

Tints of Rust #9F3003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.43%

R = 75.71%
G = 22.86%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#9F3003 (or 0x9F3003) is known color: Rust. HEX triplet: 9F, 30 and 03. RGB value is (159,48,3). Sum of RGB (Red+Green+Blue) = 159+48+3=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3003 is #60CFFC. Grayscale: #4C4C4C. Windows color (decimal): -6344701 or 209055. OLE color: 209055.

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

Color convert

RGB 159 48 3 -
CMYK 0 0.70 0.98 0.38
HSL 17.31º 0.96% 0.32% -
HSV(B) 17.31º 0.98% 0.62% -
XYZ 15.37 9.49 1.11 -
YUV 76.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 159 48 3 0 0.70 0.98 0.38 17.31 0.96 0.32
Hex 9F 30 3 0 46 62 26 11 60 20
Octal 237 60 3 0 106 142 46 21 140 40
Binary 10011111 110000 11 0 1000110 1100010 100110 10001 1100000 100000

Color Harmonies of #9F3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3003

Black with #9F3003

Text Example


Text Example

White with #9F3003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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