Html Css Color HEX #A33515 Rust

📋 copy color: '#A33515'

red 163 ◦ green 53 ◦ blue 21

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

Shades of Rust #A33515

Tints of Rust #A33515

RGB

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

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

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

R = 68.78%
G = 22.36%
B = 8.86%

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

#A33515 (or 0xA33515) is known color: Rust. HEX triplet: A3, 35 and 15. RGB value is (163,53,21). Sum of RGB (Red+Green+Blue) = 163+53+21=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A33515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33515 is #5CCAEA. Grayscale: #525252. Windows color (decimal): -6081259 or 1389987. OLE color: 1389987.

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

Color convert

RGB 163 53 21 -
CMYK 0 0.67 0.87 0.36
HSL 13.52º 0.77% 0.36% -
HSV(B) 13.52º 0.87% 0.64% -
XYZ 16.51 10.39 1.84 -
YUV 82.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 163 53 21 0 0.67 0.87 0.36 13.52 0.77 0.36
Hex A3 35 15 0 43 57 24 E 4D 24
Octal 243 65 25 0 103 127 44 16 115 44
Binary 10100011 110101 10101 0 1000011 1010111 100100 1110 1001101 100100

Color Harmonies of #A33515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33515

Black with #A33515

Text Example


Text Example

White with #A33515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33515; }

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

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

background-color css

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

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

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

border-color css

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

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

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