Html Css Color HEX #A43202 Rust

📋 copy color: '#A43202'

red 164 ◦ green 50 ◦ blue 2

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

Shades of Rust #A43202

Tints of Rust #A43202

RGB

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

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

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

R = 75.93%
G = 23.15%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A43202 (or 0xA43202) is known color: Rust. HEX triplet: A4, 32 and 02. RGB value is (164,50,2). Sum of RGB (Red+Green+Blue) = 164+50+2=216 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.93% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 164 - color contains mainly: red. Hex color #A43202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43202 is #5BCDFD. Grayscale: #4E4E4E. Windows color (decimal): -6016510 or 144036. OLE color: 144036.

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

Color convert

RGB 164 50 2 -
CMYK 0 0.70 0.99 0.36
HSL 17.78º 0.98% 0.33% -
HSV(B) 17.78º 0.99% 0.64% -
XYZ 16.46 10.18 1.15 -
YUV 78.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 164 50 2 0 0.70 0.99 0.36 17.78 0.98 0.33
Hex A4 32 2 0 46 63 24 12 62 21
Octal 244 62 2 0 106 143 44 22 142 41
Binary 10100100 110010 10 0 1000110 1100011 100100 10010 1100010 100001

Color Harmonies of #A43202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43202

Black with #A43202

Text Example


Text Example

White with #A43202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43202; }

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

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

background-color css

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

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

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

border-color css

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

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

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