Html Css Color HEX #A33C11 Rust

📋 copy color: '#A33C11'

red 163 ◦ green 60 ◦ blue 17

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

Shades of Rust #A33C11

Tints of Rust #A33C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25%

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

R = 67.92%
G = 25%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A33C11 (or 0xA33C11) is known color: Rust. HEX triplet: A3, 3C and 11. RGB value is (163,60,17). Sum of RGB (Red+Green+Blue) = 163+60+17=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33C11 is #5CC3EE. Grayscale: #565656. Windows color (decimal): -6079471 or 1129635. OLE color: 1129635.

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

Color convert

RGB 163 60 17 -
CMYK 0 0.63 0.90 0.36
HSL 17.67º 0.81% 0.35% -
HSV(B) 17.67º 0.9% 0.64% -
XYZ 16.82 11.06 1.78 -
YUV 85.9 89.12 183 -
System Red Green Blue C M Y K H S L
Decimal 163 60 17 0 0.63 0.90 0.36 17.67 0.81 0.35
Hex A3 3C 11 0 3F 5A 24 12 51 23
Octal 243 74 21 0 77 132 44 22 121 43
Binary 10100011 111100 10001 0 111111 1011010 100100 10010 1010001 100011

Color Harmonies of #A33C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C11

Black with #A33C11

Text Example


Text Example

White with #A33C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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