Html Css Color HEX #A9431C Rust

📋 copy color: '#A9431C'

red 169 ◦ green 67 ◦ blue 28

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

Shades of Rust #A9431C

Tints of Rust #A9431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 64.02%
G = 25.38%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A9431C (or 0xA9431C) is known color: Rust. HEX triplet: A9, 43 and 1C. RGB value is (169,67,28). Sum of RGB (Red+Green+Blue) = 169+67+28=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9431C is #56BCE3. Grayscale: #5D5D5D. Windows color (decimal): -5684452 or 1852329. OLE color: 1852329.

HSL color Cylindrical-coordinate representation of color #A9431C: hue angle of 16.6º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9431C is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 67 28 -
CMYK 0 0.60 0.83 0.34
HSL 16.6º 0.72% 0.39% -
HSV(B) 16.6º 0.83% 0.66% -
XYZ 18.58 12.53 2.54 -
YUV 93.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 169 67 28 0 0.60 0.83 0.34 16.6 0.72 0.39
Hex A9 43 1C 0 3C 53 22 11 48 27
Octal 251 103 34 0 74 123 42 21 110 47
Binary 10101001 1000011 11100 0 111100 1010011 100010 10001 1001000 100111

Color Harmonies of #A9431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9431C

Black with #A9431C

Text Example


Text Example

White with #A9431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9431C; }

 p { color: rgb(169,67,28); }

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

background-color css

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

 a { background-color: rgb(169,67,28); }

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

border-color css

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

 span { border-color: rgb(169,67,28); }

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