Html Css Color HEX #A93108 Rust

📋 copy color: '#A93108'

red 169 ◦ green 49 ◦ blue 8

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

Shades of Rust #A93108

Tints of Rust #A93108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.68%

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

R = 74.78%
G = 21.68%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A93108 (or 0xA93108) is known color: Rust. HEX triplet: A9, 31 and 08. RGB value is (169,49,8). Sum of RGB (Red+Green+Blue) = 169+49+8=226 (29% of max value = 765). Red value is 169 (66.41% from 255 or 74.78% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 169 - color contains mainly: red. Hex color #A93108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93108 is #56CEF7. Grayscale: #505050. Windows color (decimal): -5689080 or 537001. OLE color: 537001.

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

Color convert

RGB 169 49 8 -
CMYK 0 0.71 0.95 0.34
HSL 15.28º 0.91% 0.35% -
HSV(B) 15.28º 0.95% 0.66% -
XYZ 17.5 10.65 1.36 -
YUV 80.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 169 49 8 0 0.71 0.95 0.34 15.28 0.91 0.35
Hex A9 31 8 0 47 5F 22 F 5B 23
Octal 251 61 10 0 107 137 42 17 133 43
Binary 10101001 110001 1000 0 1000111 1011111 100010 1111 1011011 100011

Color Harmonies of #A93108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93108

Black with #A93108

Text Example


Text Example

White with #A93108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93108; }

 p { color: rgb(169,49,8); }

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

background-color css

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

 a { background-color: rgb(169,49,8); }

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

border-color css

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

 span { border-color: rgb(169,49,8); }

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