Html Css Color HEX #A33C17 Rust

📋 copy color: '#A33C17'

red 163 ◦ green 60 ◦ blue 23

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

Shades of Rust #A33C17

Tints of Rust #A33C17

RGB

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

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

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

R = 66.26%
G = 24.39%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A33C17 (or 0xA33C17) is known color: Rust. HEX triplet: A3, 3C and 17. RGB value is (163,60,23). Sum of RGB (Red+Green+Blue) = 163+60+23=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33C17 is #5CC3E8. Grayscale: #565656. Windows color (decimal): -6079465 or 1522851. OLE color: 1522851.

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

Color convert

RGB 163 60 23 -
CMYK 0 0.63 0.86 0.36
HSL 15.86º 0.75% 0.36% -
HSV(B) 15.86º 0.86% 0.64% -
XYZ 16.87 11.08 2.06 -
YUV 86.58 92.12 182.51 -
System Red Green Blue C M Y K H S L
Decimal 163 60 23 0 0.63 0.86 0.36 15.86 0.75 0.36
Hex A3 3C 17 0 3F 56 24 10 4B 24
Octal 243 74 27 0 77 126 44 20 113 44
Binary 10100011 111100 10111 0 111111 1010110 100100 10000 1001011 100100

Color Harmonies of #A33C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C17

Black with #A33C17

Text Example


Text Example

White with #A33C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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