Html Css Color HEX #A52403 Rust

📋 copy color: '#A52403'

red 165 ◦ green 36 ◦ blue 3

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

Shades of Rust #A52403

Tints of Rust #A52403

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

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

R = 80.88%
G = 17.65%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A52403 (or 0xA52403) is known color: Rust. HEX triplet: A5, 24 and 03. RGB value is (165,36,3). Sum of RGB (Red+Green+Blue) = 165+36+3=204 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.88% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 165 - color contains mainly: red. Hex color #A52403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52403 is #5ADBFC. Grayscale: #474747. Windows color (decimal): -5954557 or 205989. OLE color: 205989.

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

Color convert

RGB 165 36 3 -
CMYK 0 0.78 0.98 0.35
HSL 12.22º 0.96% 0.33% -
HSV(B) 12.22º 0.98% 0.65% -
XYZ 16.16 9.27 1.02 -
YUV 70.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 165 36 3 0 0.78 0.98 0.35 12.22 0.96 0.33
Hex A5 24 3 0 4E 62 23 C 60 21
Octal 245 44 3 0 116 142 43 14 140 41
Binary 10100101 100100 11 0 1001110 1100010 100011 1100 1100000 100001

Color Harmonies of #A52403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52403

Black with #A52403

Text Example


Text Example

White with #A52403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52403; }

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

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

background-color css

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

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

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

border-color css

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

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

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