Html Css Color HEX #A33510 Rust

📋 copy color: '#A33510'

red 163 ◦ green 53 ◦ blue 16

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

Shades of Rust #A33510

Tints of Rust #A33510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 70.26%
G = 22.84%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A33510 (or 0xA33510) is known color: Rust. HEX triplet: A3, 35 and 10. RGB value is (163,53,16). Sum of RGB (Red+Green+Blue) = 163+53+16=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A33510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33510 is #5CCAEF. Grayscale: #515151. Windows color (decimal): -6081264 or 1062307. OLE color: 1062307.

HSL color Cylindrical-coordinate representation of color #A33510: hue angle of 15.1º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A33510 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 53 16 -
CMYK 0 0.67 0.90 0.36
HSL 15.1º 0.82% 0.35% -
HSV(B) 15.1º 0.9% 0.64% -
XYZ 16.47 10.37 1.62 -
YUV 81.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 163 53 16 0 0.67 0.90 0.36 15.1 0.82 0.35
Hex A3 35 10 0 43 5A 24 F 52 23
Octal 243 65 20 0 103 132 44 17 122 43
Binary 10100011 110101 10000 0 1000011 1011010 100100 1111 1010010 100011

Color Harmonies of #A33510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33510

Black with #A33510

Text Example


Text Example

White with #A33510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33510; }

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

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

background-color css

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

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

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

border-color css

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

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

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