Html Css Color HEX #A52E0B Rust

📋 copy color: '#A52E0B'

red 165 ◦ green 46 ◦ blue 11

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

Shades of Rust #A52E0B

Tints of Rust #A52E0B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.72%

 BLUE value IS 11 (4.69% from 255) = 4.95%

R = 74.32%
G = 20.72%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A52E0B (or 0xA52E0B) is known color: Rust. HEX triplet: A5, 2E and 0B. RGB value is (165,46,11). Sum of RGB (Red+Green+Blue) = 165+46+11=222 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.32% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52E0B is #5AD1F4. Grayscale: #4D4D4D. Windows color (decimal): -5951989 or 732837. OLE color: 732837.

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

Color convert

RGB 165 46 11 -
CMYK 0 0.72 0.93 0.35
HSL 13.64º 0.88% 0.35% -
HSV(B) 13.64º 0.93% 0.65% -
XYZ 16.55 9.98 1.37 -
YUV 77.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 165 46 11 0 0.72 0.93 0.35 13.64 0.88 0.35
Hex A5 2E B 0 48 5D 23 E 58 23
Octal 245 56 13 0 110 135 43 16 130 43
Binary 10100101 101110 1011 0 1001000 1011101 100011 1110 1011000 100011

Color Harmonies of #A52E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52E0B

Black with #A52E0B

Text Example


Text Example

White with #A52E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52E0B; }

 p { color: rgb(165,46,11); }

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

background-color css

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

 a { background-color: rgb(165,46,11); }

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

border-color css

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

 span { border-color: rgb(165,46,11); }

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