Html Css Color HEX #A4360C Rust

📋 copy color: '#A4360C'

red 164 ◦ green 54 ◦ blue 12

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

Shades of Rust #A4360C

Tints of Rust #A4360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

 BLUE value IS 12 (5.08% from 255) = 5.22%

R = 71.3%
G = 23.48%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4360C (or 0xA4360C) is known color: Rust. HEX triplet: A4, 36 and 0C. RGB value is (164,54,12). Sum of RGB (Red+Green+Blue) = 164+54+12=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A4360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4360C is #5BC9F3. Grayscale: #525252. Windows color (decimal): -6015476 or 800420. OLE color: 800420.

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

Color convert

RGB 164 54 12 -
CMYK 0 0.67 0.93 0.36
HSL 16.58º 0.86% 0.35% -
HSV(B) 16.58º 0.93% 0.64% -
XYZ 16.7 10.56 1.51 -
YUV 82.1 88.44 186.42 -
System Red Green Blue C M Y K H S L
Decimal 164 54 12 0 0.67 0.93 0.36 16.58 0.86 0.35
Hex A4 36 C 0 43 5D 24 11 56 23
Octal 244 66 14 0 103 135 44 21 126 43
Binary 10100100 110110 1100 0 1000011 1011101 100100 10001 1010110 100011

Color Harmonies of #A4360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4360C

Black with #A4360C

Text Example


Text Example

White with #A4360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4360C; }

 p { color: rgb(164,54,12); }

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

background-color css

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

 a { background-color: rgb(164,54,12); }

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

border-color css

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

 span { border-color: rgb(164,54,12); }

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