Html Css Color HEX #A54C03 Rust

📋 copy color: '#A54C03'

red 165 ◦ green 76 ◦ blue 3

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

Shades of Rust #A54C03

Tints of Rust #A54C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.15%

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 67.62%
G = 31.15%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A54C03 (or 0xA54C03) is known color: Rust. HEX triplet: A5, 4C and 03. RGB value is (165,76,3). Sum of RGB (Red+Green+Blue) = 165+76+3=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C03 is #5AB3FC. Grayscale: #5E5E5E. Windows color (decimal): -5944317 or 216229. OLE color: 216229.

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

Color convert

RGB 165 76 3 -
CMYK 0 0.54 0.98 0.35
HSL 27.04º 0.96% 0.33% -
HSV(B) 27.04º 0.98% 0.65% -
XYZ 18.12 13.17 1.67 -
YUV 94.29 76.49 178.44 -
System Red Green Blue C M Y K H S L
Decimal 165 76 3 0 0.54 0.98 0.35 27.04 0.96 0.33
Hex A5 4C 3 0 36 62 23 1B 60 21
Octal 245 114 3 0 66 142 43 33 140 41
Binary 10100101 1001100 11 0 110110 1100010 100011 11011 1100000 100001

Color Harmonies of #A54C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C03

Black with #A54C03

Text Example


Text Example

White with #A54C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C03; }

 p { color: rgb(165,76,3); }

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

background-color css

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

 a { background-color: rgb(165,76,3); }

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

border-color css

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

 span { border-color: rgb(165,76,3); }

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