Html Css Color HEX #A14008 Rust

📋 copy color: '#A14008'

red 161 ◦ green 64 ◦ blue 8

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

Shades of Rust #A14008

Tints of Rust #A14008

RGB

 RED value IS 161 (63.28% from 255) = 69.1%

 GREEN value IS 64 (25.39% from 255) = 27.47%

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

R = 69.1%
G = 27.47%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A14008 (or 0xA14008) is known color: Rust. HEX triplet: A1, 40 and 08. RGB value is (161,64,8). Sum of RGB (Red+Green+Blue) = 161+64+8=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A14008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14008 is #5EBFF7. Grayscale: #565656. Windows color (decimal): -6209528 or 540833. OLE color: 540833.

HSL color Cylindrical-coordinate representation of color #A14008: hue angle of 21.96º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A14008 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 64 8 -
CMYK 0 0.60 0.95 0.37
HSL 21.96º 0.91% 0.33% -
HSV(B) 21.96º 0.95% 0.63% -
XYZ 16.58 11.26 1.53 -
YUV 86.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 161 64 8 0 0.60 0.95 0.37 21.96 0.91 0.33
Hex A1 40 8 0 3C 5F 25 16 5B 21
Octal 241 100 10 0 74 137 45 26 133 41
Binary 10100001 1000000 1000 0 111100 1011111 100101 10110 1011011 100001

Color Harmonies of #A14008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14008

Black with #A14008

Text Example


Text Example

White with #A14008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14008; }

 p { color: rgb(161,64,8); }

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

background-color css

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

 a { background-color: rgb(161,64,8); }

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

border-color css

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

 span { border-color: rgb(161,64,8); }

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