Html Css Color HEX #A33215 Rust

📋 copy color: '#A33215'

red 163 ◦ green 50 ◦ blue 21

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

Shades of Rust #A33215

Tints of Rust #A33215

RGB

 RED value IS 163 (64.06% from 255) = 69.66%

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

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 69.66%
G = 21.37%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A33215 (or 0xA33215) is known color: Rust. HEX triplet: A3, 32 and 15. RGB value is (163,50,21). Sum of RGB (Red+Green+Blue) = 163+50+21=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A33215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33215 is #5CCDEA. Grayscale: #505050. Windows color (decimal): -6082027 or 1389219. OLE color: 1389219.

HSL color Cylindrical-coordinate representation of color #A33215: hue angle of 12.25º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A33215 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 50 21 -
CMYK 0 0.69 0.87 0.36
HSL 12.25º 0.77% 0.36% -
HSV(B) 12.25º 0.87% 0.64% -
XYZ 16.38 10.12 1.8 -
YUV 80.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 163 50 21 0 0.69 0.87 0.36 12.25 0.77 0.36
Hex A3 32 15 0 45 57 24 C 4D 24
Octal 243 62 25 0 105 127 44 14 115 44
Binary 10100011 110010 10101 0 1000101 1010111 100100 1100 1001101 100100

Color Harmonies of #A33215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33215

Black with #A33215

Text Example


Text Example

White with #A33215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33215; }

 p { color: rgb(163,50,21); }

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

background-color css

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

 a { background-color: rgb(163,50,21); }

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

border-color css

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

 span { border-color: rgb(163,50,21); }

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