Html Css Color HEX #A33615 Rust

📋 copy color: '#A33615'

red 163 ◦ green 54 ◦ blue 21

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

Shades of Rust #A33615

Tints of Rust #A33615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

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

R = 68.49%
G = 22.69%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A33615 (or 0xA33615) is known color: Rust. HEX triplet: A3, 36 and 15. RGB value is (163,54,21). Sum of RGB (Red+Green+Blue) = 163+54+21=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A33615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33615 is #5CC9EA. Grayscale: #535353. Windows color (decimal): -6081003 or 1390243. OLE color: 1390243.

HSL color Cylindrical-coordinate representation of color #A33615: hue angle of 13.94º 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 #A33615 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 54 21 -
CMYK 0 0.67 0.87 0.36
HSL 13.94º 0.77% 0.36% -
HSV(B) 13.94º 0.87% 0.64% -
XYZ 16.56 10.48 1.86 -
YUV 82.83 93.11 185.18 -
System Red Green Blue C M Y K H S L
Decimal 163 54 21 0 0.67 0.87 0.36 13.94 0.77 0.36
Hex A3 36 15 0 43 57 24 E 4D 24
Octal 243 66 25 0 103 127 44 16 115 44
Binary 10100011 110110 10101 0 1000011 1010111 100100 1110 1001101 100100

Color Harmonies of #A33615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33615

Black with #A33615

Text Example


Text Example

White with #A33615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33615; }

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

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

background-color css

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

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

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

border-color css

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

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

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