Html Css Color HEX #A44303 Rust

📋 copy color: '#A44303'

red 164 ◦ green 67 ◦ blue 3

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

Shades of Rust #A44303

Tints of Rust #A44303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 70.09%
G = 28.63%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A44303 (or 0xA44303) is known color: Rust. HEX triplet: A4, 43 and 03. RGB value is (164,67,3). Sum of RGB (Red+Green+Blue) = 164+67+3=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A44303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44303 is #5BBCFC. Grayscale: #595959. Windows color (decimal): -6012157 or 213924. OLE color: 213924.

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

Color convert

RGB 164 67 3 -
CMYK 0 0.59 0.98 0.36
HSL 23.85º 0.96% 0.33% -
HSV(B) 23.85º 0.98% 0.64% -
XYZ 17.33 11.91 1.47 -
YUV 88.71 79.64 181.7 -
System Red Green Blue C M Y K H S L
Decimal 164 67 3 0 0.59 0.98 0.36 23.85 0.96 0.33
Hex A4 43 3 0 3B 62 24 18 60 21
Octal 244 103 3 0 73 142 44 30 140 41
Binary 10100100 1000011 11 0 111011 1100010 100100 11000 1100000 100001

Color Harmonies of #A44303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44303

Black with #A44303

Text Example


Text Example

White with #A44303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44303; }

 p { color: rgb(164,67,3); }

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

background-color css

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

 a { background-color: rgb(164,67,3); }

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

border-color css

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

 span { border-color: rgb(164,67,3); }

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