Html Css Color HEX #A4480F Rust

📋 copy color: '#A4480F'

red 164 ◦ green 72 ◦ blue 15

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

Shades of Rust #A4480F

Tints of Rust #A4480F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

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

R = 65.34%
G = 28.69%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4480F (or 0xA4480F) is known color: Rust. HEX triplet: A4, 48 and 0F. RGB value is (164,72,15). Sum of RGB (Red+Green+Blue) = 164+72+15=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A4480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4480F is #5BB7F0. Grayscale: #5D5D5D. Windows color (decimal): -6010865 or 1001636. OLE color: 1001636.

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

Color convert

RGB 164 72 15 -
CMYK 0 0.56 0.91 0.36
HSL 22.95º 0.83% 0.35% -
HSV(B) 22.95º 0.91% 0.64% -
XYZ 17.71 12.56 1.94 -
YUV 93.01 83.98 178.63 -
System Red Green Blue C M Y K H S L
Decimal 164 72 15 0 0.56 0.91 0.36 22.95 0.83 0.35
Hex A4 48 F 0 38 5B 24 17 53 23
Octal 244 110 17 0 70 133 44 27 123 43
Binary 10100100 1001000 1111 0 111000 1011011 100100 10111 1010011 100011

Color Harmonies of #A4480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4480F

Black with #A4480F

Text Example


Text Example

White with #A4480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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