Html Css Color HEX #A33A17 Rust

📋 copy color: '#A33A17'

red 163 ◦ green 58 ◦ blue 23

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

Shades of Rust #A33A17

Tints of Rust #A33A17

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.77%

 BLUE value IS 23 (9.38% from 255) = 9.43%

R = 66.8%
G = 23.77%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A33A17 (or 0xA33A17) is known color: Rust. HEX triplet: A3, 3A and 17. RGB value is (163,58,23). Sum of RGB (Red+Green+Blue) = 163+58+23=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33A17 is #5CC5E8. Grayscale: #555555. Windows color (decimal): -6079977 or 1522339. OLE color: 1522339.

HSL color Cylindrical-coordinate representation of color #A33A17: hue angle of 15º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A33A17 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 58 23 -
CMYK 0 0.64 0.86 0.36
HSL 15º 0.75% 0.36% -
HSV(B) 15º 0.86% 0.64% -
XYZ 16.77 10.87 2.03 -
YUV 85.41 92.79 183.35 -
System Red Green Blue C M Y K H S L
Decimal 163 58 23 0 0.64 0.86 0.36 15 0.75 0.36
Hex A3 3A 17 0 40 56 24 F 4B 24
Octal 243 72 27 0 100 126 44 17 113 44
Binary 10100011 111010 10111 0 1000000 1010110 100100 1111 1001011 100100

Color Harmonies of #A33A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33A17

Black with #A33A17

Text Example


Text Example

White with #A33A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33A17; }

 p { color: rgb(163,58,23); }

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

background-color css

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

 a { background-color: rgb(163,58,23); }

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

border-color css

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

 span { border-color: rgb(163,58,23); }

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