Html Css Color HEX #A14202 Rust

📋 copy color: '#A14202'

red 161 ◦ green 66 ◦ blue 2

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

Shades of Rust #A14202

Tints of Rust #A14202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 70.31%
G = 28.82%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A14202 (or 0xA14202) is known color: Rust. HEX triplet: A1, 42 and 02. RGB value is (161,66,2). Sum of RGB (Red+Green+Blue) = 161+66+2=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A14202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14202 is #5EBDFD. Grayscale: #575757. Windows color (decimal): -6209022 or 148129. OLE color: 148129.

HSL color Cylindrical-coordinate representation of color #A14202: hue angle of 24.15º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A14202 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 66 2 -
CMYK 0 0.59 0.99 0.37
HSL 24.15º 0.98% 0.32% -
HSV(B) 24.15º 0.99% 0.63% -
XYZ 16.66 11.48 1.39 -
YUV 87.11 79.97 180.7 -
System Red Green Blue C M Y K H S L
Decimal 161 66 2 0 0.59 0.99 0.37 24.15 0.98 0.32
Hex A1 42 2 0 3B 63 25 18 62 20
Octal 241 102 2 0 73 143 45 30 142 40
Binary 10100001 1000010 10 0 111011 1100011 100101 11000 1100010 100000

Color Harmonies of #A14202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14202

Black with #A14202

Text Example


Text Example

White with #A14202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14202; }

 p { color: rgb(161,66,2); }

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

background-color css

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

 a { background-color: rgb(161,66,2); }

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

border-color css

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

 span { border-color: rgb(161,66,2); }

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