Html Css Color HEX #A33311 Rust

📋 copy color: '#A33311'

red 163 ◦ green 51 ◦ blue 17

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

Shades of Rust #A33311

Tints of Rust #A33311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 70.56%
G = 22.08%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A33311 (or 0xA33311) is known color: Rust. HEX triplet: A3, 33 and 11. RGB value is (163,51,17). Sum of RGB (Red+Green+Blue) = 163+51+17=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A33311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33311 is #5CCCEE. Grayscale: #505050. Windows color (decimal): -6081775 or 1127331. OLE color: 1127331.

HSL color Cylindrical-coordinate representation of color #A33311: hue angle of 13.97º degrees, saturation: 0.81, 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 #A33311 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 51 17 -
CMYK 0 0.69 0.90 0.36
HSL 13.97º 0.81% 0.35% -
HSV(B) 13.97º 0.9% 0.64% -
XYZ 16.39 10.19 1.63 -
YUV 80.61 92.11 186.76 -
System Red Green Blue C M Y K H S L
Decimal 163 51 17 0 0.69 0.90 0.36 13.97 0.81 0.35
Hex A3 33 11 0 45 5A 24 E 51 23
Octal 243 63 21 0 105 132 44 16 121 43
Binary 10100011 110011 10001 0 1000101 1011010 100100 1110 1010001 100011

Color Harmonies of #A33311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33311

Black with #A33311

Text Example


Text Example

White with #A33311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33311; }

 p { color: rgb(163,51,17); }

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

background-color css

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

 a { background-color: rgb(163,51,17); }

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

border-color css

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

 span { border-color: rgb(163,51,17); }

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