Html Css Color HEX #A9360F Rust

📋 copy color: '#A9360F'

red 169 ◦ green 54 ◦ blue 15

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

Shades of Rust #A9360F

Tints of Rust #A9360F

RGB

 RED value IS 169 (66.41% from 255) = 71.01%

 GREEN value IS 54 (21.48% from 255) = 22.69%

 BLUE value IS 15 (6.25% from 255) = 6.3%

R = 71.01%
G = 22.69%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A9360F (or 0xA9360F) is known color: Rust. HEX triplet: A9, 36 and 0F. RGB value is (169,54,15). Sum of RGB (Red+Green+Blue) = 169+54+15=238 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.01% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 169 - color contains mainly: red. Hex color #A9360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9360F is #56C9F0. Grayscale: #545454. Windows color (decimal): -5687793 or 997033. OLE color: 997033.

HSL color Cylindrical-coordinate representation of color #A9360F: hue angle of 15.19º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9360F is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 54 15 -
CMYK 0 0.68 0.91 0.34
HSL 15.19º 0.84% 0.36% -
HSV(B) 15.19º 0.91% 0.66% -
XYZ 17.77 11.11 1.66 -
YUV 83.94 89.1 188.67 -
System Red Green Blue C M Y K H S L
Decimal 169 54 15 0 0.68 0.91 0.34 15.19 0.84 0.36
Hex A9 36 F 0 44 5B 22 F 54 24
Octal 251 66 17 0 104 133 42 17 124 44
Binary 10101001 110110 1111 0 1000100 1011011 100010 1111 1010100 100100

Color Harmonies of #A9360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9360F

Black with #A9360F

Text Example


Text Example

White with #A9360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9360F; }

 p { color: rgb(169,54,15); }

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

background-color css

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

 a { background-color: rgb(169,54,15); }

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

border-color css

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

 span { border-color: rgb(169,54,15); }

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