Html Css Color HEX #A52603 Rust

📋 copy color: '#A52603'

red 165 ◦ green 38 ◦ blue 3

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

Shades of Rust #A52603

Tints of Rust #A52603

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.45%

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

R = 80.1%
G = 18.45%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A52603 (or 0xA52603) is known color: Rust. HEX triplet: A5, 26 and 03. RGB value is (165,38,3). Sum of RGB (Red+Green+Blue) = 165+38+3=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A52603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52603 is #5AD9FC. Grayscale: #484848. Windows color (decimal): -5954045 or 206501. OLE color: 206501.

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

Color convert

RGB 165 38 3 -
CMYK 0 0.77 0.98 0.35
HSL 12.96º 0.96% 0.33% -
HSV(B) 12.96º 0.98% 0.65% -
XYZ 16.23 9.39 1.04 -
YUV 71.98 89.08 194.35 -
System Red Green Blue C M Y K H S L
Decimal 165 38 3 0 0.77 0.98 0.35 12.96 0.96 0.33
Hex A5 26 3 0 4D 62 23 D 60 21
Octal 245 46 3 0 115 142 43 15 140 41
Binary 10100101 100110 11 0 1001101 1100010 100011 1101 1100000 100001

Color Harmonies of #A52603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52603

Black with #A52603

Text Example


Text Example

White with #A52603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52603; }

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

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

background-color css

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

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

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

border-color css

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

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

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