Html Css Color HEX #A54002 Rust

📋 copy color: '#A54002'

red 165 ◦ green 64 ◦ blue 2

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

Shades of Rust #A54002

Tints of Rust #A54002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 71.43%
G = 27.71%
B = 0.87%

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

#A54002 (or 0xA54002) is known color: Rust. HEX triplet: A5, 40 and 02. RGB value is (165,64,2). Sum of RGB (Red+Green+Blue) = 165+64+2=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A54002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54002 is #5ABFFD. Grayscale: #575757. Windows color (decimal): -5947390 or 147621. OLE color: 147621.

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

Color convert

RGB 165 64 2 -
CMYK 0 0.61 0.99 0.35
HSL 22.82º 0.98% 0.33% -
HSV(B) 22.82º 0.99% 0.65% -
XYZ 17.36 11.67 1.4 -
YUV 87.13 79.96 183.54 -
System Red Green Blue C M Y K H S L
Decimal 165 64 2 0 0.61 0.99 0.35 22.82 0.98 0.33
Hex A5 40 2 0 3D 63 23 17 62 21
Octal 245 100 2 0 75 143 43 27 142 41
Binary 10100101 1000000 10 0 111101 1100011 100011 10111 1100010 100001

Color Harmonies of #A54002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54002

Black with #A54002

Text Example


Text Example

White with #A54002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54002; }

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

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

background-color css

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

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

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

border-color css

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

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

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