Html Css Color HEX #A13502 Rust

📋 copy color: '#A13502'

red 161 ◦ green 53 ◦ blue 2

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

Shades of Rust #A13502

Tints of Rust #A13502

RGB

 RED value IS 161 (63.28% from 255) = 74.54%

 GREEN value IS 53 (21.09% from 255) = 24.54%

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

R = 74.54%
G = 24.54%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A13502 (or 0xA13502) is known color: Rust. HEX triplet: A1, 35 and 02. RGB value is (161,53,2). Sum of RGB (Red+Green+Blue) = 161+53+2=216 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.54% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 161 - color contains mainly: red. Hex color #A13502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13502 is #5ECAFD. Grayscale: #4F4F4F. Windows color (decimal): -6212350 or 144801. OLE color: 144801.

HSL color Cylindrical-coordinate representation of color #A13502: hue angle of 19.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A13502 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 53 2 -
CMYK 0 0.67 0.99 0.37
HSL 19.25º 0.98% 0.32% -
HSV(B) 19.25º 0.99% 0.63% -
XYZ 15.98 10.13 1.17 -
YUV 79.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 161 53 2 0 0.67 0.99 0.37 19.25 0.98 0.32
Hex A1 35 2 0 43 63 25 13 62 20
Octal 241 65 2 0 103 143 45 23 142 40
Binary 10100001 110101 10 0 1000011 1100011 100101 10011 1100010 100000

Color Harmonies of #A13502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13502

Black with #A13502

Text Example


Text Example

White with #A13502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13502; }

 p { color: rgb(161,53,2); }

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

background-color css

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

 a { background-color: rgb(161,53,2); }

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

border-color css

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

 span { border-color: rgb(161,53,2); }

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