Html Css Color HEX #A44C02 Rust

📋 copy color: '#A44C02'

red 164 ◦ green 76 ◦ blue 2

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

Shades of Rust #A44C02

Tints of Rust #A44C02

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

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

R = 67.77%
G = 31.4%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A44C02 (or 0xA44C02) is known color: Rust. HEX triplet: A4, 4C and 02. RGB value is (164,76,2). Sum of RGB (Red+Green+Blue) = 164+76+2=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44C02 is #5BB3FD. Grayscale: #5E5E5E. Windows color (decimal): -6009854 or 150692. OLE color: 150692.

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

Color convert

RGB 164 76 2 -
CMYK 0 0.54 0.99 0.36
HSL 27.41º 0.98% 0.33% -
HSV(B) 27.41º 0.99% 0.64% -
XYZ 17.91 13.07 1.64 -
YUV 93.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 164 76 2 0 0.54 0.99 0.36 27.41 0.98 0.33
Hex A4 4C 2 0 36 63 24 1B 62 21
Octal 244 114 2 0 66 143 44 33 142 41
Binary 10100100 1001100 10 0 110110 1100011 100100 11011 1100010 100001

Color Harmonies of #A44C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C02

Black with #A44C02

Text Example


Text Example

White with #A44C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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