Html Css Color HEX #A52902 Rust

📋 copy color: '#A52902'

red 165 ◦ green 41 ◦ blue 2

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

Shades of Rust #A52902

Tints of Rust #A52902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

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

R = 79.33%
G = 19.71%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A52902 (or 0xA52902) is known color: Rust. HEX triplet: A5, 29 and 02. RGB value is (165,41,2). Sum of RGB (Red+Green+Blue) = 165+41+2=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A52902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52902 is #5AD6FD. Grayscale: #494949. Windows color (decimal): -5953278 or 141733. OLE color: 141733.

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

Color convert

RGB 165 41 2 -
CMYK 0 0.75 0.99 0.35
HSL 14.36º 0.98% 0.33% -
HSV(B) 14.36º 0.99% 0.65% -
XYZ 16.32 9.59 1.05 -
YUV 73.63 87.58 193.17 -
System Red Green Blue C M Y K H S L
Decimal 165 41 2 0 0.75 0.99 0.35 14.36 0.98 0.33
Hex A5 29 2 0 4B 63 23 E 62 21
Octal 245 51 2 0 113 143 43 16 142 41
Binary 10100101 101001 10 0 1001011 1100011 100011 1110 1100010 100001

Color Harmonies of #A52902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52902

Black with #A52902

Text Example


Text Example

White with #A52902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52902; }

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

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

background-color css

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

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

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

border-color css

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

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

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