Html Css Color HEX #A44A0F Rust

📋 copy color: '#A44A0F'

red 164 ◦ green 74 ◦ blue 15

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

Shades of Rust #A44A0F

Tints of Rust #A44A0F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.25%

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 64.82%
G = 29.25%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A44A0F (or 0xA44A0F) is known color: Rust. HEX triplet: A4, 4A and 0F. RGB value is (164,74,15). Sum of RGB (Red+Green+Blue) = 164+74+15=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44A0F is #5BB5F0. Grayscale: #5E5E5E. Windows color (decimal): -6010353 or 1002148. OLE color: 1002148.

HSL color Cylindrical-coordinate representation of color #A44A0F: hue angle of 23.76º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A44A0F is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 74 15 -
CMYK 0 0.55 0.91 0.36
HSL 23.76º 0.83% 0.35% -
HSV(B) 23.76º 0.91% 0.64% -
XYZ 17.84 12.82 1.99 -
YUV 94.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 164 74 15 0 0.55 0.91 0.36 23.76 0.83 0.35
Hex A4 4A F 0 37 5B 24 18 53 23
Octal 244 112 17 0 67 133 44 30 123 43
Binary 10100100 1001010 1111 0 110111 1011011 100100 11000 1010011 100011

Color Harmonies of #A44A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A0F

Black with #A44A0F

Text Example


Text Example

White with #A44A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A0F; }

 p { color: rgb(164,74,15); }

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

background-color css

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

 a { background-color: rgb(164,74,15); }

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

border-color css

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

 span { border-color: rgb(164,74,15); }

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