Html Css Color HEX #A52C0E Rust

📋 copy color: '#A52C0E'

red 165 ◦ green 44 ◦ blue 14

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

Shades of Rust #A52C0E

Tints of Rust #A52C0E

RGB

 RED value IS 165 (64.84% from 255) = 73.99%

 GREEN value IS 44 (17.58% from 255) = 19.73%

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 73.99%
G = 19.73%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A52C0E (or 0xA52C0E) is known color: Rust. HEX triplet: A5, 2C and 0E. RGB value is (165,44,14). Sum of RGB (Red+Green+Blue) = 165+44+14=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52C0E is #5AD3F1. Grayscale: #4D4D4D. Windows color (decimal): -5952498 or 928933. OLE color: 928933.

HSL color Cylindrical-coordinate representation of color #A52C0E: hue angle of 11.92º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A52C0E is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 44 14 -
CMYK 0 0.73 0.92 0.35
HSL 11.92º 0.84% 0.35% -
HSV(B) 11.92º 0.92% 0.65% -
XYZ 16.5 9.83 1.44 -
YUV 76.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 165 44 14 0 0.73 0.92 0.35 11.92 0.84 0.35
Hex A5 2C E 0 49 5C 23 C 54 23
Octal 245 54 16 0 111 134 43 14 124 43
Binary 10100101 101100 1110 0 1001001 1011100 100011 1100 1010100 100011

Color Harmonies of #A52C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C0E

Black with #A52C0E

Text Example


Text Example

White with #A52C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C0E; }

 p { color: rgb(165,44,14); }

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

background-color css

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

 a { background-color: rgb(165,44,14); }

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

border-color css

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

 span { border-color: rgb(165,44,14); }

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