Html Css Color HEX #A53800 Rust

📋 copy color: '#A53800'

red 165 ◦ green 56 ◦ blue 0

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

Shades of Rust #A53800

Tints of Rust #A53800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

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

R = 74.66%
G = 25.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A53800 (or 0xA53800) is known color: Rust. HEX triplet: A5, 38 and 00. RGB value is (165,56,0). Sum of RGB (Red+Green+Blue) = 165+56+0=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A53800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53800 is #5AC7FF. Grayscale: #525252. Windows color (decimal): -5949440 or 14501. OLE color: 14501.

HSL color Cylindrical-coordinate representation of color #A53800: hue angle of 20.36º 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 #A53800 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 56 0 -
CMYK 0 0.66 1 0.35
HSL 20.36º 1% 0.32% -
HSV(B) 20.36º 1% 0.65% -
XYZ 16.93 10.83 1.2 -
YUV 82.21 81.61 187.05 -
System Red Green Blue C M Y K H S L
Decimal 165 56 0 0 0.66 1 0.35 20.36 1 0.32
Hex A5 38 0 0 42 64 23 14 64 20
Octal 245 70 0 0 102 144 43 24 144 40
Binary 10100101 111000 0 0 1000010 1100100 100011 10100 1100100 100000

Color Harmonies of #A53800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53800

Black with #A53800

Text Example


Text Example

White with #A53800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53800; }

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

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

background-color css

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

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

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

border-color css

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

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

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