Html Css Color HEX #A53008 Rust

📋 copy color: '#A53008'

red 165 ◦ green 48 ◦ blue 8

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

Shades of Rust #A53008

Tints of Rust #A53008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.72%

 BLUE value IS 8 (3.52% from 255) = 3.62%

R = 74.66%
G = 21.72%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A53008 (or 0xA53008) is known color: Rust. HEX triplet: A5, 30 and 08. RGB value is (165,48,8). Sum of RGB (Red+Green+Blue) = 165+48+8=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A53008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53008 is #5ACFF7. Grayscale: #4E4E4E. Windows color (decimal): -5951480 or 536741. OLE color: 536741.

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

Color convert

RGB 165 48 8 -
CMYK 0 0.71 0.95 0.35
HSL 15.29º 0.91% 0.34% -
HSV(B) 15.29º 0.95% 0.65% -
XYZ 16.62 10.13 1.31 -
YUV 78.42 88.26 189.75 -
System Red Green Blue C M Y K H S L
Decimal 165 48 8 0 0.71 0.95 0.35 15.29 0.91 0.34
Hex A5 30 8 0 47 5F 23 F 5B 22
Octal 245 60 10 0 107 137 43 17 133 42
Binary 10100101 110000 1000 0 1000111 1011111 100011 1111 1011011 100010

Color Harmonies of #A53008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53008

Black with #A53008

Text Example


Text Example

White with #A53008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53008; }

 p { color: rgb(165,48,8); }

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

background-color css

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

 a { background-color: rgb(165,48,8); }

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

border-color css

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

 span { border-color: rgb(165,48,8); }

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