Html Css Color HEX #A33411 Rust

📋 copy color: '#A33411'

red 163 ◦ green 52 ◦ blue 17

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

Shades of Rust #A33411

Tints of Rust #A33411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 70.26%
G = 22.41%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A33411 (or 0xA33411) is known color: Rust. HEX triplet: A3, 34 and 11. RGB value is (163,52,17). Sum of RGB (Red+Green+Blue) = 163+52+17=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A33411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33411 is #5CCBEE. Grayscale: #515151. Windows color (decimal): -6081519 or 1127587. OLE color: 1127587.

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

Color convert

RGB 163 52 17 -
CMYK 0 0.68 0.90 0.36
HSL 14.38º 0.81% 0.35% -
HSV(B) 14.38º 0.9% 0.64% -
XYZ 16.43 10.28 1.65 -
YUV 81.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 163 52 17 0 0.68 0.90 0.36 14.38 0.81 0.35
Hex A3 34 11 0 44 5A 24 E 51 23
Octal 243 64 21 0 104 132 44 16 121 43
Binary 10100011 110100 10001 0 1000100 1011010 100100 1110 1010001 100011

Color Harmonies of #A33411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33411

Black with #A33411

Text Example


Text Example

White with #A33411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33411; }

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

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

background-color css

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

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

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

border-color css

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

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

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