Html Css Color HEX #A52C0F Rust

📋 copy color: '#A52C0F'

red 165 ◦ green 44 ◦ blue 15

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

Shades of Rust #A52C0F

Tints of Rust #A52C0F

RGB

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

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

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

R = 73.66%
G = 19.64%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A52C0F (or 0xA52C0F) is known color: Rust. HEX triplet: A5, 2C and 0F. RGB value is (165,44,15). Sum of RGB (Red+Green+Blue) = 165+44+15=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52C0F is #5AD3F0. Grayscale: #4D4D4D. Windows color (decimal): -5952497 or 994469. OLE color: 994469.

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

Color convert

RGB 165 44 15 -
CMYK 0 0.73 0.91 0.35
HSL 11.6º 0.83% 0.35% -
HSV(B) 11.6º 0.91% 0.65% -
XYZ 16.5 9.84 1.48 -
YUV 76.87 93.09 190.86 -
System Red Green Blue C M Y K H S L
Decimal 165 44 15 0 0.73 0.91 0.35 11.6 0.83 0.35
Hex A5 2C F 0 49 5B 23 C 53 23
Octal 245 54 17 0 111 133 43 14 123 43
Binary 10100101 101100 1111 0 1001001 1011011 100011 1100 1010011 100011

Color Harmonies of #A52C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C0F

Black with #A52C0F

Text Example


Text Example

White with #A52C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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