Html Css Color HEX #9F2B07 Rust

📋 copy color: '#9F2B07'

red 159 ◦ green 43 ◦ blue 7

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

Shades of Rust #9F2B07

Tints of Rust #9F2B07

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.57%

 BLUE value IS 7 (3.13% from 255) = 3.35%

R = 76.08%
G = 20.57%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F2B07 (or 0x9F2B07) is known color: Rust. HEX triplet: 9F, 2B and 07. RGB value is (159,43,7). Sum of RGB (Red+Green+Blue) = 159+43+7=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2B07 is #60D4F8. Grayscale: #494949. Windows color (decimal): -6345977 or 469919. OLE color: 469919.

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

Color convert

RGB 159 43 7 -
CMYK 0 0.73 0.96 0.38
HSL 14.21º 0.92% 0.33% -
HSV(B) 14.21º 0.96% 0.62% -
XYZ 15.2 9.11 1.16 -
YUV 73.58 90.43 188.93 -
System Red Green Blue C M Y K H S L
Decimal 159 43 7 0 0.73 0.96 0.38 14.21 0.92 0.33
Hex 9F 2B 7 0 49 60 26 E 5C 21
Octal 237 53 7 0 111 140 46 16 134 41
Binary 10011111 101011 111 0 1001001 1100000 100110 1110 1011100 100001

Color Harmonies of #9F2B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B07

Black with #9F2B07

Text Example


Text Example

White with #9F2B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,43,7); }

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

background-color css

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

 a { background-color: rgb(159,43,7); }

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

border-color css

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

 span { border-color: rgb(159,43,7); }

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