Html Css Color HEX #A14402 Rust

📋 copy color: '#A14402'

red 161 ◦ green 68 ◦ blue 2

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

Shades of Rust #A14402

Tints of Rust #A14402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.44%

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

R = 69.7%
G = 29.44%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A14402 (or 0xA14402) is known color: Rust. HEX triplet: A1, 44 and 02. RGB value is (161,68,2). Sum of RGB (Red+Green+Blue) = 161+68+2=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A14402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14402 is #5EBBFD. Grayscale: #585858. Windows color (decimal): -6208510 or 148641. OLE color: 148641.

HSL color Cylindrical-coordinate representation of color #A14402: hue angle of 24.91º 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 #A14402 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 68 2 -
CMYK 0 0.58 0.99 0.37
HSL 24.91º 0.98% 0.32% -
HSV(B) 24.91º 0.99% 0.63% -
XYZ 16.78 11.72 1.43 -
YUV 88.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 161 68 2 0 0.58 0.99 0.37 24.91 0.98 0.32
Hex A1 44 2 0 3A 63 25 19 62 20
Octal 241 104 2 0 72 143 45 31 142 40
Binary 10100001 1000100 10 0 111010 1100011 100101 11001 1100010 100000

Color Harmonies of #A14402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14402

Black with #A14402

Text Example


Text Example

White with #A14402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14402; }

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

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

background-color css

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

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

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

border-color css

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

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

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