Html Css Color HEX #A43702 Rust

📋 copy color: '#A43702'

red 164 ◦ green 55 ◦ blue 2

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

Shades of Rust #A43702

Tints of Rust #A43702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

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

R = 74.21%
G = 24.89%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A43702 (or 0xA43702) is known color: Rust. HEX triplet: A4, 37 and 02. RGB value is (164,55,2). Sum of RGB (Red+Green+Blue) = 164+55+2=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A43702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43702 is #5BC8FD. Grayscale: #515151. Windows color (decimal): -6015230 or 145316. OLE color: 145316.

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

Color convert

RGB 164 55 2 -
CMYK 0 0.66 0.99 0.36
HSL 19.63º 0.98% 0.33% -
HSV(B) 19.63º 0.99% 0.64% -
XYZ 16.69 10.63 1.23 -
YUV 81.55 83.11 186.81 -
System Red Green Blue C M Y K H S L
Decimal 164 55 2 0 0.66 0.99 0.36 19.63 0.98 0.33
Hex A4 37 2 0 42 63 24 14 62 21
Octal 244 67 2 0 102 143 44 24 142 41
Binary 10100100 110111 10 0 1000010 1100011 100100 10100 1100010 100001

Color Harmonies of #A43702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43702

Black with #A43702

Text Example


Text Example

White with #A43702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43702; }

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

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

background-color css

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

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

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

border-color css

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

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

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