Html Css Color HEX #A54102 Rust

📋 copy color: '#A54102'

red 165 ◦ green 65 ◦ blue 2

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

Shades of Rust #A54102

Tints of Rust #A54102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.02%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 71.12%
G = 28.02%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A54102 (or 0xA54102) is known color: Rust. HEX triplet: A5, 41 and 02. RGB value is (165,65,2). Sum of RGB (Red+Green+Blue) = 165+65+2=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A54102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54102 is #5ABEFD. Grayscale: #585858. Windows color (decimal): -5947134 or 147877. OLE color: 147877.

HSL color Cylindrical-coordinate representation of color #A54102: hue angle of 23.19º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A54102 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 65 2 -
CMYK 0 0.61 0.99 0.35
HSL 23.19º 0.98% 0.33% -
HSV(B) 23.19º 0.99% 0.65% -
XYZ 17.42 11.78 1.41 -
YUV 87.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 165 65 2 0 0.61 0.99 0.35 23.19 0.98 0.33
Hex A5 41 2 0 3D 63 23 17 62 21
Octal 245 101 2 0 75 143 43 27 142 41
Binary 10100101 1000001 10 0 111101 1100011 100011 10111 1100010 100001

Color Harmonies of #A54102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54102

Black with #A54102

Text Example


Text Example

White with #A54102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54102; }

 p { color: rgb(165,65,2); }

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

background-color css

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

 a { background-color: rgb(165,65,2); }

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

border-color css

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

 span { border-color: rgb(165,65,2); }

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