Html Css Color HEX #A54103 Rust

📋 copy color: '#A54103'

red 165 ◦ green 65 ◦ blue 3

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

Shades of Rust #A54103

Tints of Rust #A54103

RGB

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

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

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

R = 70.82%
G = 27.9%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A54103 (or 0xA54103) is known color: Rust. HEX triplet: A5, 41 and 03. RGB value is (165,65,3). Sum of RGB (Red+Green+Blue) = 165+65+3=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A54103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54103 is #5ABEFC. Grayscale: #585858. Windows color (decimal): -5947133 or 213413. OLE color: 213413.

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

Color convert

RGB 165 65 3 -
CMYK 0 0.61 0.98 0.35
HSL 22.96º 0.96% 0.33% -
HSV(B) 22.96º 0.98% 0.65% -
XYZ 17.42 11.79 1.44 -
YUV 87.83 80.13 183.04 -
System Red Green Blue C M Y K H S L
Decimal 165 65 3 0 0.61 0.98 0.35 22.96 0.96 0.33
Hex A5 41 3 0 3D 62 23 17 60 21
Octal 245 101 3 0 75 142 43 27 140 41
Binary 10100101 1000001 11 0 111101 1100010 100011 10111 1100000 100001

Color Harmonies of #A54103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54103

Black with #A54103

Text Example


Text Example

White with #A54103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54103; }

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

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

background-color css

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

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

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

border-color css

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

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

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