Html Css Color HEX #A43402 Rust

📋 copy color: '#A43402'

red 164 ◦ green 52 ◦ blue 2

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

Shades of Rust #A43402

Tints of Rust #A43402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 75.23%
G = 23.85%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A43402 (or 0xA43402) is known color: Rust. HEX triplet: A4, 34 and 02. RGB value is (164,52,2). Sum of RGB (Red+Green+Blue) = 164+52+2=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A43402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43402 is #5BCBFD. Grayscale: #505050. Windows color (decimal): -6015998 or 144548. OLE color: 144548.

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

Color convert

RGB 164 52 2 -
CMYK 0 0.68 0.99 0.36
HSL 18.52º 0.98% 0.33% -
HSV(B) 18.52º 0.99% 0.64% -
XYZ 16.55 10.35 1.18 -
YUV 79.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 164 52 2 0 0.68 0.99 0.36 18.52 0.98 0.33
Hex A4 34 2 0 44 63 24 13 62 21
Octal 244 64 2 0 104 143 44 23 142 41
Binary 10100100 110100 10 0 1000100 1100011 100100 10011 1100010 100001

Color Harmonies of #A43402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43402

Black with #A43402

Text Example


Text Example

White with #A43402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43402; }

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

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

background-color css

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

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

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

border-color css

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

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

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