Html Css Color HEX #A13203 Rust

📋 copy color: '#A13203'

red 161 ◦ green 50 ◦ blue 3

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

Shades of Rust #A13203

Tints of Rust #A13203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

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

R = 75.23%
G = 23.36%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A13203 (or 0xA13203) is known color: Rust. HEX triplet: A1, 32 and 03. RGB value is (161,50,3). Sum of RGB (Red+Green+Blue) = 161+50+3=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A13203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13203 is #5ECDFC. Grayscale: #4E4E4E. Windows color (decimal): -6213117 or 209569. OLE color: 209569.

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

Color convert

RGB 161 50 3 -
CMYK 0 0.69 0.98 0.37
HSL 17.85º 0.96% 0.32% -
HSV(B) 17.85º 0.98% 0.63% -
XYZ 15.85 9.86 1.15 -
YUV 77.83 85.77 187.32 -
System Red Green Blue C M Y K H S L
Decimal 161 50 3 0 0.69 0.98 0.37 17.85 0.96 0.32
Hex A1 32 3 0 45 62 25 12 60 20
Octal 241 62 3 0 105 142 45 22 140 40
Binary 10100001 110010 11 0 1000101 1100010 100101 10010 1100000 100000

Color Harmonies of #A13203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13203

Black with #A13203

Text Example


Text Example

White with #A13203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13203; }

 p { color: rgb(161,50,3); }

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

background-color css

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

 a { background-color: rgb(161,50,3); }

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

border-color css

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

 span { border-color: rgb(161,50,3); }

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