Html Css Color HEX #A53303 Rust

📋 copy color: '#A53303'

red 165 ◦ green 51 ◦ blue 3

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

Shades of Rust #A53303

Tints of Rust #A53303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

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

R = 75.34%
G = 23.29%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A53303 (or 0xA53303) is known color: Rust. HEX triplet: A5, 33 and 03. RGB value is (165,51,3). Sum of RGB (Red+Green+Blue) = 165+51+3=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A53303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53303 is #5ACCFC. Grayscale: #4F4F4F. Windows color (decimal): -5950717 or 209829. OLE color: 209829.

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

Color convert

RGB 165 51 3 -
CMYK 0 0.69 0.98 0.35
HSL 17.78º 0.96% 0.33% -
HSV(B) 17.78º 0.98% 0.65% -
XYZ 16.72 10.37 1.21 -
YUV 79.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 165 51 3 0 0.69 0.98 0.35 17.78 0.96 0.33
Hex A5 33 3 0 45 62 23 12 60 21
Octal 245 63 3 0 105 142 43 22 140 41
Binary 10100101 110011 11 0 1000101 1100010 100011 10010 1100000 100001

Color Harmonies of #A53303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53303

Black with #A53303

Text Example


Text Example

White with #A53303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53303; }

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

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

background-color css

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

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

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

border-color css

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

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

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