Html Css Color HEX #A52300 Rust

📋 copy color: '#A52300'

red 165 ◦ green 35 ◦ blue 0

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

Shades of Rust #A52300

Tints of Rust #A52300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.5%
G = 17.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A52300 (or 0xA52300) is known color: Rust. HEX triplet: A5, 23 and 00. RGB value is (165,35,0). Sum of RGB (Red+Green+Blue) = 165+35+0=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A52300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52300 is #5ADCFF. Grayscale: #464646. Windows color (decimal): -5954816 or 9125. OLE color: 9125.

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

Color convert

RGB 165 35 0 -
CMYK 0 0.79 1 0.35
HSL 12.73º 1% 0.32% -
HSV(B) 12.73º 1% 0.65% -
XYZ 16.12 9.2 0.93 -
YUV 69.88 88.57 195.85 -
System Red Green Blue C M Y K H S L
Decimal 165 35 0 0 0.79 1 0.35 12.73 1 0.32
Hex A5 23 0 0 4F 64 23 D 64 20
Octal 245 43 0 0 117 144 43 15 144 40
Binary 10100101 100011 0 0 1001111 1100100 100011 1101 1100100 100000

Color Harmonies of #A52300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52300

Black with #A52300

Text Example


Text Example

White with #A52300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52300; }

 p { color: rgb(165,35,0); }

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

background-color css

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

 a { background-color: rgb(165,35,0); }

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

border-color css

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

 span { border-color: rgb(165,35,0); }

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