Html Css Color HEX #9F2E08 Rust

📋 copy color: '#9F2E08'

red 159 ◦ green 46 ◦ blue 8

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

Shades of Rust #9F2E08

Tints of Rust #9F2E08

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.6%

 BLUE value IS 8 (3.52% from 255) = 3.76%

R = 74.65%
G = 21.6%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F2E08 (or 0x9F2E08) is known color: Rust. HEX triplet: 9F, 2E and 08. RGB value is (159,46,8). Sum of RGB (Red+Green+Blue) = 159+46+8=213 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.65% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2E08 is #60D1F7. Grayscale: #4B4B4B. Windows color (decimal): -6345208 or 536223. OLE color: 536223.

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

Color convert

RGB 159 46 8 -
CMYK 0 0.71 0.95 0.38
HSL 15.1º 0.9% 0.33% -
HSV(B) 15.1º 0.95% 0.62% -
XYZ 15.32 9.34 1.23 -
YUV 75.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 159 46 8 0 0.71 0.95 0.38 15.1 0.9 0.33
Hex 9F 2E 8 0 47 5F 26 F 5A 21
Octal 237 56 10 0 107 137 46 17 132 41
Binary 10011111 101110 1000 0 1000111 1011111 100110 1111 1011010 100001

Color Harmonies of #9F2E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2E08

Black with #9F2E08

Text Example


Text Example

White with #9F2E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,46,8); }

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

background-color css

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

 a { background-color: rgb(159,46,8); }

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

border-color css

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

 span { border-color: rgb(159,46,8); }

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