Html Css Color HEX #A4450F Rust

📋 copy color: '#A4450F'

red 164 ◦ green 69 ◦ blue 15

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

Shades of Rust #A4450F

Tints of Rust #A4450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

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

R = 66.13%
G = 27.82%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4450F (or 0xA4450F) is known color: Rust. HEX triplet: A4, 45 and 0F. RGB value is (164,69,15). Sum of RGB (Red+Green+Blue) = 164+69+15=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A4450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4450F is #5BBAF0. Grayscale: #5B5B5B. Windows color (decimal): -6011633 or 1000868. OLE color: 1000868.

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

Color convert

RGB 164 69 15 -
CMYK 0 0.58 0.91 0.36
HSL 21.74º 0.83% 0.35% -
HSV(B) 21.74º 0.91% 0.64% -
XYZ 17.52 12.18 1.88 -
YUV 91.25 84.97 179.89 -
System Red Green Blue C M Y K H S L
Decimal 164 69 15 0 0.58 0.91 0.36 21.74 0.83 0.35
Hex A4 45 F 0 3A 5B 24 16 53 23
Octal 244 105 17 0 72 133 44 26 123 43
Binary 10100100 1000101 1111 0 111010 1011011 100100 10110 1010011 100011

Color Harmonies of #A4450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4450F

Black with #A4450F

Text Example


Text Example

White with #A4450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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