Html Css Color HEX #A43200 Rust

📋 copy color: '#A43200'

red 164 ◦ green 50 ◦ blue 0

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

Shades of Rust #A43200

Tints of Rust #A43200

RGB

 RED value IS 164 (64.45% from 255) = 76.64%

 GREEN value IS 50 (19.92% from 255) = 23.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.64%
G = 23.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A43200 (or 0xA43200) is known color: Rust. HEX triplet: A4, 32 and 00. RGB value is (164,50,0). Sum of RGB (Red+Green+Blue) = 164+50+0=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A43200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43200 is #5BCDFF. Grayscale: #4E4E4E. Windows color (decimal): -6016512 or 12964. OLE color: 12964.

HSL color Cylindrical-coordinate representation of color #A43200: hue angle of 18.29º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A43200 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 0 -
CMYK 0 0.70 1 0.36
HSL 18.29º 1% 0.32% -
HSV(B) 18.29º 1% 0.64% -
XYZ 16.45 10.17 1.1 -
YUV 78.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 164 50 0 0 0.70 1 0.36 18.29 1 0.32
Hex A4 32 0 0 46 64 24 12 64 20
Octal 244 62 0 0 106 144 44 22 144 40
Binary 10100100 110010 0 0 1000110 1100100 100100 10010 1100100 100000

Color Harmonies of #A43200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43200

Black with #A43200

Text Example


Text Example

White with #A43200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43200; }

 p { color: rgb(164,50,0); }

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

background-color css

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

 a { background-color: rgb(164,50,0); }

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

border-color css

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

 span { border-color: rgb(164,50,0); }

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