Html Css Color HEX #A33811 Rust

📋 copy color: '#A33811'

red 163 ◦ green 56 ◦ blue 17

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

Shades of Rust #A33811

Tints of Rust #A33811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

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

R = 69.07%
G = 23.73%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A33811 (or 0xA33811) is known color: Rust. HEX triplet: A3, 38 and 11. RGB value is (163,56,17). Sum of RGB (Red+Green+Blue) = 163+56+17=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A33811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33811 is #5CC7EE. Grayscale: #535353. Windows color (decimal): -6080495 or 1128611. OLE color: 1128611.

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

Color convert

RGB 163 56 17 -
CMYK 0 0.66 0.90 0.36
HSL 16.03º 0.81% 0.35% -
HSV(B) 16.03º 0.9% 0.64% -
XYZ 16.62 10.66 1.71 -
YUV 83.55 90.45 184.67 -
System Red Green Blue C M Y K H S L
Decimal 163 56 17 0 0.66 0.90 0.36 16.03 0.81 0.35
Hex A3 38 11 0 42 5A 24 10 51 23
Octal 243 70 21 0 102 132 44 20 121 43
Binary 10100011 111000 10001 0 1000010 1011010 100100 10000 1010001 100011

Color Harmonies of #A33811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33811

Black with #A33811

Text Example


Text Example

White with #A33811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33811; }

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

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

background-color css

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

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

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

border-color css

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

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

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